ohci: Fixes due to USB stack update

This commit is contained in:
Sebastian Huber
2016-10-07 07:09:48 +02:00
parent e3881ee3e0
commit e11f8e31f0
2 changed files with 13 additions and 21 deletions

View File

@@ -253,6 +253,12 @@ typedef struct ohci_softc {
uint8_t sc_hub_idata[32];
char sc_vendor[16];
#ifdef __rtems__
int sc_init_done;
#ifdef BSP_USB_OTG_TRANSCEIVER_I2C_ADDR
struct usb_otg_transceiver sc_otg_trans;
#endif /* BSP_USB_OTG_TRANSCEIVER_I2C_ADDR */
#endif /* __rtems__ */
} ohci_softc_t;