summaryrefslogtreecommitdiffstats
path: root/include/usb.h
diff options
context:
space:
mode:
authorMarkus Klotzbuecher <mk@denx.de>2006-11-27 11:44:58 +0100
committerMarkus Klotzbuecher <mk@pollux.denx.de>2006-11-27 11:44:58 +0100
commit7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418 (patch)
tree360384a18d6bef3a36e5379f6282a4045b681093 /include/usb.h
parent53e336e9ffc51035bdc4e5867631b3378761b4df (diff)
downloadblackbird-obmc-uboot-7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418.tar.gz
blackbird-obmc-uboot-7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418.zip
Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able
to choose between the old and the generic OHCI drivers.
Diffstat (limited to 'include/usb.h')
-rw-r--r--include/usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usb.h b/include/usb.h
index bf71554041..fafac8934a 100644
--- a/include/usb.h
+++ b/include/usb.h
@@ -169,7 +169,7 @@ struct usb_device {
* this is how the lowlevel part communicate with the outer world
*/
-#if defined(CONFIG_USB_UHCI) || defined(CONFIG_USB_OHCI) || defined (CONFIG_USB_SL811HS)
+#if defined(CONFIG_USB_UHCI) || defined(CONFIG_USB_OHCI) || defined (CONFIG_USB_SL811HS) || defined(CONFIG_USB_OHCI_NEW)
int usb_lowlevel_init(void);
int usb_lowlevel_stop(void);
int submit_bulk_msg(struct usb_device *dev, unsigned long pipe, void *buffer,int transfer_len);
OpenPOWER on IntegriCloud