summaryrefslogtreecommitdiffstats
path: root/include/usb/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb/usb.h')
-rw-r--r--include/usb/usb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/usb/usb.h b/include/usb/usb.h
index 26c355f524..790d64da73 100644
--- a/include/usb/usb.h
+++ b/include/usb/usb.h
@@ -26,6 +26,8 @@
#ifndef _USB_H_
#define _USB_H_
+#ifndef DOXYGEN_SHOULD_SKIP_THIS
+
#include <driver.h>
#include <usb/usb_defs.h>
@@ -492,4 +494,6 @@ struct usb_device_id {
#define USB_CTRL_SET_TIMEOUT 5000
#define USB_CTRL_GET_TIMEOUT 5000
+#endif /* DOXYGEN_SHOULD_SKIP_THIS */
+
#endif /*_USB_H_ */