X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fusb%2Fhost%2Fehci.h;h=1e3cd793b6091650ed1e7ed61b6bfca3f7046a69;hb=d7a55e1a4b702bffae3e8ed43a5be125a30ba8ab;hp=39acdf9656cb7a0e9e0a53877189b5c626b8c469;hpb=a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721;p=u-boot diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h index 39acdf9656..1e3cd793b6 100644 --- a/drivers/usb/host/ehci.h +++ b/drivers/usb/host/ehci.h @@ -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 */