summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_dynamic.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usb_dynamic.h')
-rw-r--r--sys/dev/usb/usb_dynamic.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/usb_dynamic.h b/sys/dev/usb/usb_dynamic.h
index 1c47c52..14dde20 100644
--- a/sys/dev/usb/usb_dynamic.h
+++ b/sys/dev/usb/usb_dynamic.h
@@ -24,8 +24,8 @@
* SUCH DAMAGE.
*/
-#ifndef _USB2_DYNAMIC_H_
-#define _USB2_DYNAMIC_H_
+#ifndef _USB_DYNAMIC_H_
+#define _USB_DYNAMIC_H_
/* prototypes */
@@ -64,4 +64,4 @@ void usb_bus_unload(void *);
uint8_t usb_test_quirk(const struct usb_attach_arg *uaa, uint16_t quirk);
-#endif /* _USB2_DYNAMIC_H_ */
+#endif /* _USB_DYNAMIC_H_ */
OpenPOWER on IntegriCloud