Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/virtio Do the previous in the way it probably should...



details:   https://anonhg.NetBSD.org/src/rev/0782e10459aa
branches:  trunk
changeset: 324702:0782e10459aa
user:      kre <kre%NetBSD.org@localhost>
date:      Mon Jul 16 02:36:39 2018 +0000

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

diffstat:

 sys/dev/virtio/virtio_mmiovar.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r dea0e8d570f9 -r 0782e10459aa sys/dev/virtio/virtio_mmiovar.h
--- a/sys/dev/virtio/virtio_mmiovar.h   Mon Jul 16 01:04:47 2018 +0000
+++ b/sys/dev/virtio/virtio_mmiovar.h   Mon Jul 16 02:36:39 2018 +0000
@@ -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 @@
 int virtio_mmio_common_detach(struct virtio_mmio_softc *, int);
 int virtio_mmio_intr(void *);
 
-#endif /* _VIRTIO_MMIOREG_H_ */
+#endif /* _VIRTIO_MMIOVAR_H_ */



Home | Main Index | Thread Index | Old Index