]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/host/ehci.h
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / drivers / usb / host / ehci.h
index 3e1c3123c962c5b043863683482d397b9a7d4adf..093eb4b83235629d27191ef982e7509c1a7496e2 100644 (file)
@@ -250,7 +250,8 @@ struct ehci_ctrl {
 };
 
 /* Low level init functions */
-int ehci_hcd_init(int index, struct ehci_hccr **hccr, struct ehci_hcor **hcor);
+int ehci_hcd_init(int index, enum usb_init_type init,
+               struct ehci_hccr **hccr, struct ehci_hcor **hcor);
 int ehci_hcd_stop(int index);
 
 #endif /* USB_EHCI_H */