]> git.sur5r.net Git - u-boot/blobdiff - include/usb/ehci-ci.h
usb: ehci-ci: Add a prototype for board_ehci_power()
[u-boot] / include / usb / ehci-ci.h
index 59bfc14df68565788bd0eb19ac33e268774a52ab..4853cb2c71ad7191f68a5c488ba383a0ba2c1e54 100644 (file)
@@ -280,6 +280,7 @@ struct usb_ehci {
 int usb_phy_mode(int port);
 /* Board-specific initialization */
 int board_ehci_hcd_init(int port);
+int board_ehci_power(int port, int on);
 int board_usb_phy_mode(int port);
 
 #endif /* _EHCI_CI_H */