aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb/hcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/usb/hcd.h')
-rw-r--r--include/linux/usb/hcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h
index 34a6ded6f319..97e2ddec18b1 100644
--- a/include/linux/usb/hcd.h
+++ b/include/linux/usb/hcd.h
@@ -322,6 +322,7 @@ struct hc_driver {
322 int (*bus_suspend)(struct usb_hcd *); 322 int (*bus_suspend)(struct usb_hcd *);
323 int (*bus_resume)(struct usb_hcd *); 323 int (*bus_resume)(struct usb_hcd *);
324 int (*start_port_reset)(struct usb_hcd *, unsigned port_num); 324 int (*start_port_reset)(struct usb_hcd *, unsigned port_num);
325 unsigned long (*get_resuming_ports)(struct usb_hcd *);
325 326
326 /* force handover of high-speed port to full-speed companion */ 327 /* force handover of high-speed port to full-speed companion */
327 void (*relinquish_port)(struct usb_hcd *, int); 328 void (*relinquish_port)(struct usb_hcd *, int);