aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/core/usb.h')
-rw-r--r--drivers/usb/core/usb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/core/usb.h b/drivers/usb/core/usb.h
index 1c4a68499dc..98e85fb4d3b 100644
--- a/drivers/usb/core/usb.h
+++ b/drivers/usb/core/usb.h
@@ -33,6 +33,9 @@ extern void usb_host_cleanup(void);
33extern int usb_suspend_device(struct usb_device *dev); 33extern int usb_suspend_device(struct usb_device *dev);
34extern int usb_resume_device(struct usb_device *dev); 34extern int usb_resume_device(struct usb_device *dev);
35 35
36extern struct device_driver usb_generic_driver;
37extern int usb_generic_driver_data;
38extern int usb_device_match(struct device *dev, struct device_driver *drv);
36 39
37/* Interfaces and their "power state" are owned by usbcore */ 40/* Interfaces and their "power state" are owned by usbcore */
38 41