summaryrefslogtreecommitdiffstats
path: root/include/usb/composite.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/composite.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/composite.h')
-rw-r--r--include/usb/composite.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/usb/composite.h b/include/usb/composite.h
index 5f7a75dbe6..cf1c9f3d97 100644
--- a/include/usb/composite.h
+++ b/include/usb/composite.h
@@ -21,6 +21,8 @@
#ifndef __LINUX_USB_COMPOSITE_H
#define __LINUX_USB_COMPOSITE_H
+#ifndef DOXYGEN_SHOULD_SKIP_THIS
+
/*
* This framework is an optional layer on top of the USB Gadget interface,
* making it easier to build (a) Composite devices, supporting multiple
@@ -345,4 +347,6 @@ extern int usb_string_id(struct usb_composite_dev *c);
#define WARNING(d, fmt, args...)
#define INFO(d, fmt, args...)
+#endif /* DOXYGEN_SHOULD_SKIP_THIS */
+
#endif /* __LINUX_USB_COMPOSITE_H */