···77 * modify it under the terms of the GNU General Public License88 * version 2 as published by the Free Software Foundation.99 */1010+#ifndef __LINUX_USB_CDC_H1111+#define __LINUX_USB_CDC_H10121113#include <uapi/linux/usb/cdc.h>1214···4745 struct usb_interface *intf,4846 u8 *buffer,4947 int buflen);4848+4949+#endif /* __LINUX_USB_CDC_H */