diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/dwc3-uboot.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dwc3-uboot.h b/include/dwc3-uboot.h index 6d1b42af039..272a0207b37 100644 --- a/include/dwc3-uboot.h +++ b/include/dwc3-uboot.h @@ -33,8 +33,9 @@ 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); #endif /* __DWC3_UBOOT_H_ */ |