X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fusb%2Fhost%2Fehci.h;h=734d7f036278d2bd13e2250252c6b71f799c57e6;hb=1a9a5f7a39d655868d7e51327786ca6bccbbec68;hp=826b3fe580834ecc505cf74475e717cd90571004;hpb=fec26e7270ad31e4179d1bd189e5cd8ab93ccba3;p=u-boot diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h index 826b3fe580..734d7f0362 100644 --- a/drivers/usb/host/ehci.h +++ b/drivers/usb/host/ehci.h @@ -240,6 +240,7 @@ struct ehci_ops { void (*powerup_fixup)(struct ehci_ctrl *ctrl, uint32_t *status_reg, uint32_t *reg); uint32_t *(*get_portsc_register)(struct ehci_ctrl *ctrl, int port); + int (*init_after_reset)(struct ehci_ctrl *ctrl); }; struct ehci_ctrl {