summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usb_debug.h')
-rw-r--r--sys/dev/usb/usb_debug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/usb_debug.h b/sys/dev/usb/usb_debug.h
index d0b5846..f49f24f 100644
--- a/sys/dev/usb/usb_debug.h
+++ b/sys/dev/usb/usb_debug.h
@@ -26,8 +26,8 @@
/* This file contains various factored out debug macros. */
-#ifndef _USB2_DEBUG_H_
-#define _USB2_DEBUG_H_
+#ifndef _USB_DEBUG_H_
+#define _USB_DEBUG_H_
/* Declare parent SYSCTL USB node. */
SYSCTL_DECL(_hw_usb);
@@ -62,4 +62,4 @@ void usb_dump_queue(struct usb_endpoint *ep);
void usb_dump_endpoint(struct usb_endpoint *ep);
void usb_dump_xfer(struct usb_xfer *xfer);
-#endif /* _USB2_DEBUG_H_ */
+#endif /* _USB_DEBUG_H_ */
OpenPOWER on IntegriCloud