summaryrefslogtreecommitdiffstats
path: root/include/usb/gadget.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb/gadget.h')
-rw-r--r--include/usb/gadget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/usb/gadget.h b/include/usb/gadget.h
index 798b51b3ce..ff1509ca79 100644
--- a/include/usb/gadget.h
+++ b/include/usb/gadget.h
@@ -15,6 +15,8 @@
#ifndef __LINUX_USB_GADGET_H
#define __LINUX_USB_GADGET_H
+#ifndef DOXYGEN_SHOULD_SKIP_THIS
+
#include <usb/ch9.h>
#include <malloc.h>
#include <errno.h>
@@ -897,4 +899,6 @@ extern struct usb_ep *usb_ep_autoconfig(struct usb_gadget *,
extern void usb_ep_autoconfig_reset(struct usb_gadget *);
+#endif /* DOXYGEN_SHOULD_SKIP_THIS */
+
#endif /* __LINUX_USB_GADGET_H */