X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fdwc3-omap-uboot.h;h=db002b9b6a996977b206350bd2938a73c5272526;hb=451dcf5cd002ee0e107989f849f9b4f56570f809;hp=b313b644392cac160339761e7c5102fd72b04554;hpb=93c3763810670a8feedcf097be09f264839d368c;p=u-boot diff --git a/include/dwc3-omap-uboot.h b/include/dwc3-omap-uboot.h index b313b64439..db002b9b6a 100644 --- a/include/dwc3-omap-uboot.h +++ b/include/dwc3-omap-uboot.h @@ -21,7 +21,12 @@ enum omap_dwc3_vbus_id_status { struct dwc3_omap_device { void *base; + int index; enum dwc3_omap_utmi_mode utmi_mode; enum omap_dwc3_vbus_id_status vbus_id_status; }; + +int dwc3_omap_uboot_init(struct dwc3_omap_device *dev); +void dwc3_omap_uboot_exit(int index); +int dwc3_omap_uboot_interrupt_status(int index); #endif /* __DWC3_OMAP_UBOOT_H_ */