diff options
author | Markus Klotzbuecher <mk@denx.de> | 2006-05-30 16:56:14 +0200 |
---|---|---|
committer | Markus Klotzbuecher <mk@pollux.denx.de> | 2006-05-30 16:56:14 +0200 |
commit | ddf83a2fcef1a670c45fc585119dcc1fe062c4a9 (patch) | |
tree | 2430f5505c0c76da56e937d4b52f80a97c3aac7e /drivers/usb_ohci.h | |
parent | 301f1aa384d0edcae6a22fd9adb933ad71695ecc (diff) | |
download | u-boot-imx-ddf83a2fcef1a670c45fc585119dcc1fe062c4a9.zip u-boot-imx-ddf83a2fcef1a670c45fc585119dcc1fe062c4a9.tar.gz u-boot-imx-ddf83a2fcef1a670c45fc585119dcc1fe062c4a9.tar.bz2 |
Support generic OHCI support for the s3c24x0 cpu.
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 |