]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/dwc3-uboot.h
CPCI4052: Remove CONFIG_SYS_LONGHELP
[karo-tx-uboot.git] / include / dwc3-uboot.h
index 6d1b42af0395efccaf9ba07013c054a380287922..09ff8a74d669aae53e007c15f988af8922feb7d2 100644 (file)
@@ -33,8 +33,10 @@ struct dwc3_device {
        unsigned dis_u2_susphy_quirk;
        unsigned tx_de_emphasis_quirk;
        unsigned tx_de_emphasis;
+       int index;
 };
 
 int dwc3_uboot_init(struct dwc3_device *dev);
-void dwc3_uboot_exit(void);
+void dwc3_uboot_exit(int index);
+void dwc3_uboot_handle_interrupt(int index);
 #endif /* __DWC3_UBOOT_H_ */