![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0 0002 /* 0003 * USB CDC Device Management subdriver 0004 * 0005 * Copyright (c) 2012 Bjørn Mork <bjorn@mork.no> 0006 */ 0007 0008 #ifndef __LINUX_USB_CDC_WDM_H 0009 #define __LINUX_USB_CDC_WDM_H 0010 0011 #include <linux/wwan.h> 0012 #include <uapi/linux/usb/cdc-wdm.h> 0013 0014 extern struct usb_driver *usb_cdc_wdm_register(struct usb_interface *intf, 0015 struct usb_endpoint_descriptor *ep, 0016 int bufsize, enum wwan_port_type type, 0017 int (*manage_power)(struct usb_interface *, int)); 0018 0019 #endif /* __LINUX_USB_CDC_WDM_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |