summaryrefslogtreecommitdiffstats
path: root/include/usb.h
diff options
context:
space:
mode:
authorBryan Wu <bryan.wu@analog.com>2009-12-16 22:04:02 -0500
committerRemy Bohmer <linux@bohmer.net>2010-01-09 10:25:09 +0100
commite608f221c13943d88e86f44753e23668342c3df3 (patch)
tree1f1aaa9edfc854e119151ba91398afc98e09cf62 /include/usb.h
parentbc72a919e037782f64e3ac45c91bc60408e57e85 (diff)
downloadblackbird-obmc-uboot-e608f221c13943d88e86f44753e23668342c3df3.tar.gz
blackbird-obmc-uboot-e608f221c13943d88e86f44753e23668342c3df3.zip
usb: musb: add support for Blackfin MUSB
Signed-off-by: Bryan Wu <bryan.wu@analog.com> Signed-off-by: Cliff Cai <cliff.cai@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'include/usb.h')
-rw-r--r--include/usb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usb.h b/include/usb.h
index 2a9cd04eb9..a1f09d4d7a 100644
--- a/include/usb.h
+++ b/include/usb.h
@@ -132,7 +132,8 @@ struct usb_device {
defined(CONFIG_USB_EHCI) || defined(CONFIG_USB_OHCI_NEW) || \
defined(CONFIG_USB_SL811HS) || defined(CONFIG_USB_ISP116X_HCD) || \
defined(CONFIG_USB_R8A66597_HCD) || defined(CONFIG_USB_DAVINCI) || \
- defined(CONFIG_USB_OMAP3) || defined(CONFIG_USB_DA8XX)
+ defined(CONFIG_USB_OMAP3) || defined(CONFIG_USB_DA8XX) || \
+ defined(CONFIG_USB_BLACKFIN)
int usb_lowlevel_init(void);
int usb_lowlevel_stop(void);
OpenPOWER on IntegriCloud