Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 
12  const struct usb_device_id *id,
13  struct drm_driver *driver);
14 
15 #endif