diff options
Diffstat (limited to 'include/linux/usb.h')
-rw-r--r-- | include/linux/usb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index dea2f0de063e..f29831bad235 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h | |||
@@ -633,6 +633,9 @@ extern void usb_enable_lpm(struct usb_device *udev); | |||
633 | extern int usb_unlocked_disable_lpm(struct usb_device *udev); | 633 | extern int usb_unlocked_disable_lpm(struct usb_device *udev); |
634 | extern void usb_unlocked_enable_lpm(struct usb_device *udev); | 634 | extern void usb_unlocked_enable_lpm(struct usb_device *udev); |
635 | 635 | ||
636 | extern int usb_disable_ltm(struct usb_device *udev); | ||
637 | extern void usb_enable_ltm(struct usb_device *udev); | ||
638 | |||
636 | /*-------------------------------------------------------------------------*/ | 639 | /*-------------------------------------------------------------------------*/ |
637 | 640 | ||
638 | /* for drivers using iso endpoints */ | 641 | /* for drivers using iso endpoints */ |