X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fusb%2Fcore%2Fusb.h;h=9a1a45ac3add0ba9ab582d713a6341ee6df311c7;hb=d26acd92fa990764b72608a68224f46fac377032;hp=d9a6e16dbf842fbb645117eb57093b429ce9c6e0;hpb=3859069bc3358772b08bd91efe9edec39a746ea8;p=linux-2.6 diff --git a/drivers/usb/core/usb.h b/drivers/usb/core/usb.h index d9a6e16dbf..9a1a45ac3a 100644 --- a/drivers/usb/core/usb.h +++ b/drivers/usb/core/usb.h @@ -41,6 +41,9 @@ extern void usb_host_cleanup(void); #ifdef CONFIG_PM +extern int usb_suspend(struct device *dev, pm_message_t msg); +extern int usb_resume(struct device *dev); + extern void usb_autosuspend_work(struct work_struct *work); extern int usb_port_suspend(struct usb_device *dev); extern int usb_port_resume(struct usb_device *dev);