X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fdwc3-omap-uboot.h;h=db002b9b6a996977b206350bd2938a73c5272526;hb=bd55eedc07a7f3811cbbd4e934081b9a915af758;hp=99f8f38f22cbb318c5e898641e63d2e5d5589c01;hpb=c241d7eee43e2cd5dedc9b4c16f91559daabc750;p=u-boot diff --git a/include/dwc3-omap-uboot.h b/include/dwc3-omap-uboot.h index 99f8f38f22..db002b9b6a 100644 --- a/include/dwc3-omap-uboot.h +++ b/include/dwc3-omap-uboot.h @@ -21,10 +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(void); +void dwc3_omap_uboot_exit(int index); +int dwc3_omap_uboot_interrupt_status(int index); #endif /* __DWC3_OMAP_UBOOT_H_ */