]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/host/ehci.h
tegra: usb: move [start|stop]_port into ehci_hcd_[init|stop]
[u-boot] / drivers / usb / host / ehci.h
index 39acdf9656cb7a0e9e0a53877189b5c626b8c469..1e3cd793b6091650ed1e7ed61b6bfca3f7046a69 100644 (file)
@@ -249,7 +249,7 @@ struct QH {
 };
 
 /* Low level init functions */
-int ehci_hcd_init(void);
-int ehci_hcd_stop(void);
+int ehci_hcd_init(int index, struct ehci_hccr **hccr, struct ehci_hcor **hcor);
+int ehci_hcd_stop(int index);
 
 #endif /* USB_EHCI_H */