musb: am35x: fix compile error due to control apis
[pandora-kernel.git] / arch / arm / plat-omap / include / plat / usb.h
index 9b1893f..5c02416 100644 (file)
@@ -70,6 +70,10 @@ struct omap_musb_board_data {
        u8      mode;
        u16     power;
        unsigned extvbus:1;
+       void    (*set_phy_power)(u8 on);
+       void    (*clear_irq)(void);
+       void    (*set_mode)(u8 mode);
+       void    (*reset)(void);
 };
 
 enum musb_interface    {MUSB_INTERFACE_ULPI, MUSB_INTERFACE_UTMI};