]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/dwc3-uboot.h
am33xx: config.mk: Add support for additional secure boot image types
[people/ms/u-boot.git] / include / dwc3-uboot.h
index 272a0207b37fab98514d84a7f1f13755db04f166..7af2ad11e4ed30f0453c299be594c6688d111b42 100644 (file)
@@ -13,7 +13,7 @@
 #include <linux/usb/otg.h>
 
 struct dwc3_device {
-       int base;
+       unsigned long base;
        enum usb_dr_mode dr_mode;
        u32 maximum_speed;
        unsigned tx_fifo_resize:1;
@@ -38,4 +38,5 @@ struct dwc3_device {
 
 int dwc3_uboot_init(struct dwc3_device *dev);
 void dwc3_uboot_exit(int index);
+void dwc3_uboot_handle_interrupt(int index);
 #endif /* __DWC3_UBOOT_H_ */