Merge tag 'imx-drm-fixes-2016-05-24' of git://git.pengutronix.de/git/pza/linux into...
[deliverable/linux.git] / include / linux / usb / cdc-wdm.h
CommitLineData
3cc36157
BM
1/*
2 * USB CDC Device Management subdriver
3 *
4 * Copyright (c) 2012 Bjørn Mork <bjorn@mork.no>
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * version 2 as published by the Free Software Foundation.
9 */
10
11#ifndef __LINUX_USB_CDC_WDM_H
12#define __LINUX_USB_CDC_WDM_H
13
3edce1cf
BM
14#include <uapi/linux/usb/cdc-wdm.h>
15
3cc36157
BM
16extern struct usb_driver *usb_cdc_wdm_register(struct usb_interface *intf,
17 struct usb_endpoint_descriptor *ep,
18 int bufsize,
19 int (*manage_power)(struct usb_interface *, int));
20
21#endif /* __LINUX_USB_CDC_WDM_H */
This page took 0.436854 seconds and 5 git commands to generate.