summaryrefslogtreecommitdiff
path: root/drivers/usb/musb-new/musb_uboot.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-06-17 22:33:58 +0300
committerSimon Glass <sjg@chromium.org>2015-07-22 02:39:38 +0300
commit09e7ea47e7a8c45391243a817efdfcfefd76bd68 (patch)
tree27c82b6ae348de7662150d2faf06443ebd821d7f /drivers/usb/musb-new/musb_uboot.h
parentfc85d39e7906ab3d6fb21e41e8f35c03b0118290 (diff)
downloadu-boot-09e7ea47e7a8c45391243a817efdfcfefd76bd68.tar.xz
musb: Add device-model support to the musb-host u-boot glue
Add device-model support to the musb-host u-boot glue, note this only adds device-model support to the musb-core glue code, it does not add support for device-model to any of the SoC specific musb glue code. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/usb/musb-new/musb_uboot.h')
-rw-r--r--drivers/usb/musb-new/musb_uboot.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/musb-new/musb_uboot.h b/drivers/usb/musb-new/musb_uboot.h
index 69b7977f58..6312cd2148 100644
--- a/drivers/usb/musb-new/musb_uboot.h
+++ b/drivers/usb/musb-new/musb_uboot.h
@@ -21,4 +21,8 @@ struct musb_host_data {
struct urb urb;
};
+extern struct dm_usb_ops musb_usb_ops;
+
+int musb_lowlevel_init(struct musb_host_data *host);
+
#endif