summaryrefslogtreecommitdiffstats
path: root/include/dwc3-omap-uboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dwc3-omap-uboot.h')
-rw-r--r--include/dwc3-omap-uboot.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dwc3-omap-uboot.h b/include/dwc3-omap-uboot.h
index 99f8f38f22..29f02f85de 100644
--- a/include/dwc3-omap-uboot.h
+++ b/include/dwc3-omap-uboot.h
@@ -21,10 +21,11 @@ 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);
#endif /* __DWC3_OMAP_UBOOT_H_ */
OpenPOWER on IntegriCloud