summaryrefslogtreecommitdiffstats
path: root/include/usb/ch9.h
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2009-12-15 11:32:02 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-12-15 11:32:02 +0100
commitdac84c7b9d67c2f831adb53a41f53a9f7330acdb (patch)
tree4e6e7ad95e421fd8e0f4a7eb1771b7391f8f1f1f /include/usb/ch9.h
parentf3d6e2f8f93b6f0d9b8ca68bc7978ea3036636be (diff)
downloadbarebox-dac84c7b9d67c2f831adb53a41f53a9f7330acdb.tar.gz
barebox-dac84c7b9d67c2f831adb53a41f53a9f7330acdb.tar.xz
documentation updates
Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/usb/ch9.h')
-rw-r--r--include/usb/ch9.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/usb/ch9.h b/include/usb/ch9.h
index 93223638f7..adbe53341b 100644
--- a/include/usb/ch9.h
+++ b/include/usb/ch9.h
@@ -33,6 +33,8 @@
#ifndef __LINUX_USB_CH9_H
#define __LINUX_USB_CH9_H
+#ifndef DOXYGEN_SHOULD_SKIP_THIS
+
#include <linux/types.h> /* __u8 etc */
/*-------------------------------------------------------------------------*/
@@ -796,4 +798,6 @@ enum usb_device_state {
*/
};
+#endif /* DOXYGEN_SHOULD_SKIP_THIS */
+
#endif /* __LINUX_USB_CH9_H */