X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fusb%2Fmusb-new%2Fmusb_uboot.h;h=6312cd21480ac9c37f8a052d23319c185c132f59;hb=9d922450aa9944ecf8c249c892078cda80f40e02;hp=69b7977f58f29f29cad97a60ca63c12ddb8affee;hpb=fc85d39e7906ab3d6fb21e41e8f35c03b0118290;p=oweals%2Fu-boot.git 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