summaryrefslogtreecommitdiff
path: root/drivers/usb_ohci.h
diff options
context:
space:
mode:
authorMarkus Klotzbuecher <mk@denx.de>2006-05-30 16:56:14 +0200
committerMarkus Klotzbuecher <mk@pollux.denx.de>2006-05-30 16:56:14 +0200
commitddf83a2fcef1a670c45fc585119dcc1fe062c4a9 (patch)
tree2430f5505c0c76da56e937d4b52f80a97c3aac7e /drivers/usb_ohci.h
parent301f1aa384d0edcae6a22fd9adb933ad71695ecc (diff)
downloadu-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.h2
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