mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 07:15:58 +08:00
ohci: Fixes due to USB stack update
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user