diff options
author | Tom Rini <trini@konsulko.com> | 2023-09-16 12:14:08 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-09-16 12:14:08 -0400 |
commit | 8fcd28aae590cdca86f497f1e2431f6e4af1b268 (patch) | |
tree | 3daf43bed41e1ff8eed9f8e1a020bf10319e9095 /include/dwc3-omap-uboot.h | |
parent | 2fe4b54556ea6271237b35de68dc458bfceab94c (diff) | |
parent | 2caf974b5fac69a1b778e64503f2c107a8d7c3a3 (diff) |
Merge branch 'next' of git://source.denx.de/u-boot-usb into next
- Rework gadget device handling
Diffstat (limited to 'include/dwc3-omap-uboot.h')
-rw-r--r-- | include/dwc3-omap-uboot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dwc3-omap-uboot.h b/include/dwc3-omap-uboot.h index 7c982e3798..9e0e717dc9 100644 --- a/include/dwc3-omap-uboot.h +++ b/include/dwc3-omap-uboot.h @@ -27,5 +27,5 @@ struct dwc3_omap_device { int dwc3_omap_uboot_init(struct dwc3_omap_device *dev); void dwc3_omap_uboot_exit(int index); -int dwc3_omap_uboot_interrupt_status(int index); +int dwc3_omap_uboot_interrupt_status(struct udevice *dev); #endif /* __DWC3_OMAP_UBOOT_H_ */ |