diff options
Diffstat (limited to 'include/linux/usb')
| -rw-r--r-- | include/linux/usb/ehci_pdriver.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/usb/ehci_pdriver.h b/include/linux/usb/ehci_pdriver.h index 99238b096f7e..7eb4dcd0d386 100644 --- a/include/linux/usb/ehci_pdriver.h +++ b/include/linux/usb/ehci_pdriver.h | |||
| @@ -19,6 +19,9 @@ | |||
| 19 | #ifndef __USB_CORE_EHCI_PDRIVER_H | 19 | #ifndef __USB_CORE_EHCI_PDRIVER_H |
| 20 | #define __USB_CORE_EHCI_PDRIVER_H | 20 | #define __USB_CORE_EHCI_PDRIVER_H |
| 21 | 21 | ||
| 22 | struct platform_device; | ||
| 23 | struct usb_hcd; | ||
| 24 | |||
| 22 | /** | 25 | /** |
| 23 | * struct usb_ehci_pdata - platform_data for generic ehci driver | 26 | * struct usb_ehci_pdata - platform_data for generic ehci driver |
| 24 | * | 27 | * |
| @@ -50,6 +53,7 @@ struct usb_ehci_pdata { | |||
| 50 | /* Turn on only VBUS suspend power and hotplug detection, | 53 | /* Turn on only VBUS suspend power and hotplug detection, |
| 51 | * turn off everything else */ | 54 | * turn off everything else */ |
| 52 | void (*power_suspend)(struct platform_device *pdev); | 55 | void (*power_suspend)(struct platform_device *pdev); |
| 56 | int (*pre_setup)(struct usb_hcd *hcd); | ||
| 53 | }; | 57 | }; |
| 54 | 58 | ||
| 55 | #endif /* __USB_CORE_EHCI_PDRIVER_H */ | 59 | #endif /* __USB_CORE_EHCI_PDRIVER_H */ |
