Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nick-nhusb]: src/sys/dev/usb Update multiple inclusion macro name
details: https://anonhg.NetBSD.org/src/rev/979b6d0b96b6
branches: nick-nhusb
changeset: 334251:979b6d0b96b6
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Sep 23 13:44:58 2015 +0000
description:
Update multiple inclusion macro name
diffstat:
sys/dev/usb/xhcireg.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r d7d1f29282a3 -r 979b6d0b96b6 sys/dev/usb/xhcireg.h
--- a/sys/dev/usb/xhcireg.h Wed Sep 23 13:44:01 2015 +0000
+++ b/sys/dev/usb/xhcireg.h Wed Sep 23 13:44:58 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xhcireg.h,v 1.2.2.3 2015/09/13 09:27:54 skrll Exp $ */
+/* $NetBSD: xhcireg.h,v 1.2.2.4 2015/09/23 13:44:58 skrll Exp $ */
/* $FreeBSD$ */
/*-
@@ -26,8 +26,8 @@
* SUCH DAMAGE.
*/
-#ifndef _XHCIREG_H_
-#define _XHCIREG_H_
+#ifndef _DEV_USB_XHCIREG_H_
+#define _DEV_USB_XHCIREG_H_
/* XHCI PCI config registers */
#define PCI_CBMEM 0x10 /* configuration base MEM */
@@ -470,4 +470,4 @@
} __packed __aligned(XHCI_ERSTE_ALIGN);
#define XHCI_ERSTE_SIZE sizeof(struct xhci_erste)
-#endif /* _XHCIREG_H_ */
+#endif /* _DEV_USB_XHCIREG_H_ */
Home |
Main Index |
Thread Index |
Old Index