Support generic OHCI support for the s3c24x0 cpu.
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