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/20a056970a1c
branches: trunk
changeset: 320690:20a056970a1c
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 9ad79aa576b9 -r 20a056970a1c 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