diff options
Diffstat (limited to 'drivers/usb_ohci.h')
-rw-r--r-- | drivers/usb_ohci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb_ohci.h b/drivers/usb_ohci.h index c37b5f6..a1b36ed 100644 --- a/drivers/usb_ohci.h +++ b/drivers/usb_ohci.h @@ -11,11 +11,13 @@ #ifdef CFG_USB_BOARD_INIT extern int usb_board_init(void); extern int usb_board_stop(void); +extern int usb_cpu_init_fail(void); #endif #ifdef CFG_USB_CPU_INIT extern int usb_cpu_init(void); extern int usb_cpu_stop(void); +extern int usb_cpu_init_fail(void); #endif |