aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb/cdc.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2015-09-16 11:10:16 +1000
committerDavid S. Miller <davem@davemloft.net>2015-09-15 21:53:24 -0700
commitb84ee0d7f375ed7840c7c110d46eac24cf94b2a2 (patch)
tree92cc9636fc7aaf84e7cf07401f3abbfdc881ecd3 /include/linux/usb/cdc.h
parentrtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 stats (diff)
downloadlinux-dev-b84ee0d7f375ed7840c7c110d46eac24cf94b2a2.tar.xz
linux-dev-b84ee0d7f375ed7840c7c110d46eac24cf94b2a2.zip
cdc: add header guards
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/usb/cdc.h')
-rw-r--r--include/linux/usb/cdc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/usb/cdc.h b/include/linux/usb/cdc.h
index 959d0c838113..b5706f94ee9e 100644
--- a/include/linux/usb/cdc.h
+++ b/include/linux/usb/cdc.h
@@ -7,6 +7,8 @@
* modify it under the terms of the GNU General Public License
* version 2 as published by the Free Software Foundation.
*/
+#ifndef __LINUX_USB_CDC_H
+#define __LINUX_USB_CDC_H
#include <uapi/linux/usb/cdc.h>
@@ -45,3 +47,5 @@ int cdc_parse_cdc_header(struct usb_cdc_parsed_header *hdr,
struct usb_interface *intf,
u8 *buffer,
int buflen);
+
+#endif /* __LINUX_USB_CDC_H */