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
drm
drm_usb.h
Go to the documentation of this file.
1
#ifndef DRM_USB_H
2
#define DRM_USB_H
3
4
#include <
drmP.h
>
5
6
#include <
linux/usb.h
>
7
8
extern
int
drm_usb_init
(
struct
drm_driver *
driver
,
struct
usb_driver *udriver);
9
extern
void
drm_usb_exit
(
struct
drm_driver *
driver
,
struct
usb_driver *udriver);
10
11
int
drm_get_usb_dev
(
struct
usb_interface
*
interface
,
12
const
struct
usb_device_id
*
id
,
13
struct
drm_driver *
driver
);
14
15
#endif
Generated on Thu Jan 10 2013 14:50:57 for Linux Kernel by
1.8.2