]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/host/ehci.h
usb: host: xhci-omap: fix double weak board_usb_init functions
[u-boot] / drivers / usb / host / ehci.h
index 826b3fe580834ecc505cf74475e717cd90571004..734d7f036278d2bd13e2250252c6b71f799c57e6 100644 (file)
@@ -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 {