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 Correct directory reference in multiple inc...
details: https://anonhg.NetBSD.org/src/rev/93bb69651d4c
branches: nick-nhusb
changeset: 334187:93bb69651d4c
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Apr 04 06:22:06 2015 +0000
description:
Correct directory reference in multiple inclusion protection variable
name
diffstat:
sys/dev/usb/ehcireg.h | 8 ++++----
sys/dev/usb/ohcireg.h | 8 ++++----
sys/dev/usb/uhcireg.h | 8 ++++----
3 files changed, 12 insertions(+), 12 deletions(-)
diffs (78 lines):
diff -r be7f32015947 -r 93bb69651d4c sys/dev/usb/ehcireg.h
--- a/sys/dev/usb/ehcireg.h Sat Apr 04 06:19:02 2015 +0000
+++ b/sys/dev/usb/ehcireg.h Sat Apr 04 06:22:06 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ehcireg.h,v 1.34.14.8 2015/03/30 11:57:12 skrll Exp $ */
+/* $NetBSD: ehcireg.h,v 1.34.14.9 2015/04/04 06:22:06 skrll Exp $ */
/*
* Copyright (c) 2001, 2004 The NetBSD Foundation, Inc.
@@ -36,8 +36,8 @@
* http://www.usb.org/developers/data/usb_20.zip
*/
-#ifndef _DEV_PCI_EHCIREG_H_
-#define _DEV_PCI_EHCIREG_H_
+#ifndef _DEV_USB_EHCIREG_H_
+#define _DEV_USB_EHCIREG_H_
/*** PCI config registers ***/
@@ -433,4 +433,4 @@
#define EHCI_DAR_ENDPOINT __BITS(3,0)
#define EHCI_DAR_ADDRESS __BITS(14,8)
-#endif /* _DEV_PCI_EHCIREG_H_ */
+#endif /* _DEV_USB_EHCIREG_H_ */
diff -r be7f32015947 -r 93bb69651d4c sys/dev/usb/ohcireg.h
--- a/sys/dev/usb/ohcireg.h Sat Apr 04 06:19:02 2015 +0000
+++ b/sys/dev/usb/ohcireg.h Sat Apr 04 06:22:06 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ohcireg.h,v 1.24.6.3 2015/03/30 11:56:42 skrll Exp $ */
+/* $NetBSD: ohcireg.h,v 1.24.6.4 2015/04/04 06:22:06 skrll Exp $ */
/* $FreeBSD: src/sys/dev/usb/ohcireg.h,v 1.8 1999/11/17 22:33:40 n_hibma Exp $ */
/*
@@ -31,8 +31,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _DEV_PCI_OHCIREG_H_
-#define _DEV_PCI_OHCIREG_H_
+#ifndef _DEV_USB_OHCIREG_H_
+#define _DEV_USB_OHCIREG_H_
/*** PCI config registers ***/
@@ -239,4 +239,4 @@
#define OHCI_ENABLE_POWER_DELAY 5
#define OHCI_READ_DESC_DELAY 5
-#endif /* _DEV_PCI_OHCIREG_H_ */
+#endif /* _DEV_USB_OHCIREG_H_ */
diff -r be7f32015947 -r 93bb69651d4c sys/dev/usb/uhcireg.h
--- a/sys/dev/usb/uhcireg.h Sat Apr 04 06:19:02 2015 +0000
+++ b/sys/dev/usb/uhcireg.h Sat Apr 04 06:22:06 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uhcireg.h,v 1.19.66.1 2014/11/30 12:18:58 skrll Exp $ */
+/* $NetBSD: uhcireg.h,v 1.19.66.2 2015/04/04 06:22:06 skrll Exp $ */
/* $FreeBSD: src/sys/dev/usb/uhcireg.h,v 1.12 1999/11/17 22:33:42 n_hibma Exp $ */
/*
@@ -31,8 +31,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _DEV_PCI_UHCIREG_H_
-#define _DEV_PCI_UHCIREG_H_
+#ifndef _DEV_USB_UHCIREG_H_
+#define _DEV_USB_UHCIREG_H_
/*** PCI config registers ***/
@@ -194,4 +194,4 @@
volatile uhci_physaddr_t qh_elink;
} uhci_qh_t;
-#endif /* _DEV_PCI_UHCIREG_H_ */
+#endif /* _DEV_USB_UHCIREG_H_ */
Home |
Main Index |
Thread Index |
Old Index