From 09e7ea47e7a8c45391243a817efdfcfefd76bd68 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Wed, 17 Jun 2015 21:33:58 +0200 Subject: 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 Acked-by: Simon Glass --- drivers/usb/musb-new/musb_uboot.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/usb/musb-new/musb_uboot.h') 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 -- cgit v1.2.1