diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2015-02-23 18:40:06 +0530 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-04-14 05:48:10 +0200 |
commit | 27d3b89d3362c912dccf1d9d27bcefc1e361fe19 (patch) | |
tree | 6f6eac7768f3f6a755e1dd068a7069e73dee8787 /include/dwc3-uboot.h | |
parent | 793d347f5372edd4e5b6353df49fac77ce54031c (diff) | |
download | u-boot-27d3b89d3362c912dccf1d9d27bcefc1e361fe19.tar.gz |
dwc3: core: added an API to invoke irq handlers
Since interrupt support is not present in u-boot, added an
API to handle the interrupts in dwc3 core. This API can be
polled to handle the interrupts.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
Diffstat (limited to 'include/dwc3-uboot.h')
-rw-r--r-- | include/dwc3-uboot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dwc3-uboot.h b/include/dwc3-uboot.h index 272a0207b3..09ff8a74d6 100644 --- a/include/dwc3-uboot.h +++ b/include/dwc3-uboot.h @@ -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_ */ |