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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/core/usb.h b/drivers/usb/core/usb.h
index 7add46ecc6a2..4d59f6e07999 100644
--- a/drivers/usb/core/usb.h
+++ b/drivers/usb/core/usb.h
@@ -29,6 +29,10 @@ extern void usb_major_cleanup(void);
29extern int usb_host_init(void); 29extern int usb_host_init(void);
30extern void usb_host_cleanup(void); 30extern void usb_host_cleanup(void);
31 31
32extern int usb_suspend_device(struct usb_device *dev);
33extern int usb_resume_device(struct usb_device *dev);
34
35
32/* Interfaces and their "power state" are owned by usbcore */ 36/* Interfaces and their "power state" are owned by usbcore */
33 37
34static inline void mark_active(struct usb_interface *f) 38static inline void mark_active(struct usb_interface *f)