Module Name:    src
Committed By:   kre
Date:           Mon Jul 16 02:36:39 UTC 2018

Modified Files:
        src/sys/dev/virtio: virtio_mmiovar.h

Log Message:
Do the previous in the way it probably should have been in the first place.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/virtio/virtio_mmiovar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/virtio/virtio_mmiovar.h
diff -u src/sys/dev/virtio/virtio_mmiovar.h:1.2 src/sys/dev/virtio/virtio_mmiovar.h:1.3
--- src/sys/dev/virtio/virtio_mmiovar.h:1.2	Mon Jul 16 00:33:00 2018
+++ src/sys/dev/virtio/virtio_mmiovar.h	Mon Jul 16 02:36:39 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: virtio_mmiovar.h,v 1.2 2018/07/16 00:33:00 kre Exp $ */
+/* $NetBSD: virtio_mmiovar.h,v 1.3 2018/07/16 02:36:39 kre Exp $ */
 /*
  * Copyright (c) 2018 Jonathan A. Kollasch
  * All rights reserved.
@@ -25,8 +25,8 @@
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef _VIRTIO_MMIOREG_H_
-#define _VIRTIO_MMIOREG_H_
+#ifndef _VIRTIO_MMIOVAR_H_
+#define _VIRTIO_MMIOVAR_H_
 
 #include <dev/pci/virtiovar.h> /* XXX: move to non-pci */
 
@@ -48,4 +48,4 @@ void virtio_mmio_common_attach(struct vi
 int virtio_mmio_common_detach(struct virtio_mmio_softc *, int);
 int virtio_mmio_intr(void *);
 
-#endif /* _VIRTIO_MMIOREG_H_ */
+#endif /* _VIRTIO_MMIOVAR_H_ */

Reply via email to