aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/usb.h')
-rw-r--r--include/linux/usb.h3
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);
633extern int usb_unlocked_disable_lpm(struct usb_device *udev); 633extern int usb_unlocked_disable_lpm(struct usb_device *udev);
634extern void usb_unlocked_enable_lpm(struct usb_device *udev); 634extern void usb_unlocked_enable_lpm(struct usb_device *udev);
635 635
636extern int usb_disable_ltm(struct usb_device *udev);
637extern 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 */