]> Git Repo - J-linux.git/blob - include/linux/usb/cdc-wdm.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / include / linux / usb / cdc-wdm.h
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * USB CDC Device Management subdriver
4  *
5  * Copyright (c) 2012  Bjørn Mork <[email protected]>
6  */
7
8 #ifndef __LINUX_USB_CDC_WDM_H
9 #define __LINUX_USB_CDC_WDM_H
10
11 #include <linux/wwan.h>
12 #include <uapi/linux/usb/cdc-wdm.h>
13
14 extern struct usb_driver *usb_cdc_wdm_register(struct usb_interface *intf,
15                                         struct usb_endpoint_descriptor *ep,
16                                         int bufsize, enum wwan_port_type type,
17                                         int (*manage_power)(struct usb_interface *, int));
18
19 #endif /* __LINUX_USB_CDC_WDM_H */
This page took 0.028976 seconds and 4 git commands to generate.