X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fdwc3-omap-uboot.h;h=db002b9b6a996977b206350bd2938a73c5272526;hb=b09944c1087104f05030e5d7b52a1aabd6f23550;hp=b313b644392cac160339761e7c5102fd72b04554;hpb=a4b18634032fabf10e5fdc3602eaccce9ebc04b4;p=karo-tx-uboot.git 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_ */