efi_loader: correct comments for efi_status_t
[oweals/u-boot.git] / include / dwc3-uboot.h
index 9941cc37a3ccf412f19fe9ec59be51208b239711..3c9e204cf0705bfdd6aed4e8e2fbf765ce9e82e1 100644 (file)
 #define __DWC3_UBOOT_H_
 
 #include <linux/usb/otg.h>
+#include <linux/usb/phy.h>
 
 struct dwc3_device {
        unsigned long base;
        enum usb_dr_mode dr_mode;
+       enum usb_phy_interface hsphy_mode;
        u32 maximum_speed;
        unsigned tx_fifo_resize:1;
        unsigned has_lpm_erratum;