]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/usb/host/xhci.h
USB: xhci-hcd: Add get_resuming_ports method
[linux.git] / drivers / usb / host / xhci.h
index 939e2f86b595eecbf1f1ecac7dcd7f39965d238d..ece5891240f0e8af214d520c02125d672ae1cfc1 100644 (file)
@@ -2110,9 +2110,11 @@ void xhci_hc_died(struct xhci_hcd *xhci);
 #ifdef CONFIG_PM
 int xhci_bus_suspend(struct usb_hcd *hcd);
 int xhci_bus_resume(struct usb_hcd *hcd);
+unsigned long xhci_get_resuming_ports(struct usb_hcd *hcd);
 #else
 #define        xhci_bus_suspend        NULL
 #define        xhci_bus_resume         NULL
+#define        xhci_get_resuming_ports NULL
 #endif /* CONFIG_PM */
 
 u32 xhci_port_state_to_neutral(u32 state);