Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
usb
cdc-wdm.h
Go to the documentation of this file.
1
/*
2
* USB CDC Device Management subdriver
3
*
4
* Copyright (c) 2012 Bjørn Mork <
[email protected]
>
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
14
extern
struct
usb_driver *
usb_cdc_wdm_register
(
struct
usb_interface
*
intf
,
15
struct
usb_endpoint_descriptor
*ep,
16
int
bufsize
,
17
int
(*manage_power)(
struct
usb_interface
*,
int
));
18
19
#endif
/* __LINUX_USB_CDC_WDM_H */
Generated on Thu Jan 10 2013 14:52:43 for Linux Kernel by
1.8.2