summaryrefslogtreecommitdiffstats
path: root/include/usb.h
diff options
context:
space:
mode:
authorRodolfo Giometti <giometti@enneenne.com>2007-04-03 14:27:18 +0200
committerMarkus Klotzbuecher <mk@pollux.denx.de>2007-04-03 14:27:18 +0200
commit822af351ad2babc7d99033361a5fcacd30f6bc78 (patch)
treea04706c57a867a9db4c4ad3cc9a872856126cc4a /include/usb.h
parentedf5851be6c17c031d4f71dd5b0a12040b7c50c8 (diff)
downloadblackbird-obmc-uboot-822af351ad2babc7d99033361a5fcacd30f6bc78.tar.gz
blackbird-obmc-uboot-822af351ad2babc7d99033361a5fcacd30f6bc78.zip
Support for the Philips ISP116x HCD (Host Controller Driver)
Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>
Diffstat (limited to 'include/usb.h')
-rw-r--r--include/usb.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/usb.h b/include/usb.h
index 419a7e364a..504ccc40fc 100644
--- a/include/usb.h
+++ b/include/usb.h
@@ -169,7 +169,10 @@ 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) || defined(CONFIG_USB_OHCI_NEW)
+#if defined(CONFIG_USB_UHCI) || defined(CONFIG_USB_OHCI) || \
+ defined(CONFIG_USB_OHCI_NEW) || defined (CONFIG_USB_SL811HS) || \
+ defined(CONFIG_USB_ISP116X_HCD)
+
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