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