From 53de33fc00afd41fd0fd8fb9f5ab0d01df3a64a4 Mon Sep 17 00:00:00 2001 From: Kishon Vijay Abraham I Date: Mon, 23 Feb 2015 18:40:11 +0530 Subject: usb: dwc3: dwc3-omap: add interrupt status API to check for interrupts Added an API to check for interrupt status. This API is generally called from board file to check for interrupt status. Signed-off-by: Kishon Vijay Abraham I Reviewed-by: Lukasz Majewski --- include/dwc3-omap-uboot.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/dwc3-omap-uboot.h') diff --git a/include/dwc3-omap-uboot.h b/include/dwc3-omap-uboot.h index 29f02f8..db002b9 100644 --- a/include/dwc3-omap-uboot.h +++ b/include/dwc3-omap-uboot.h @@ -28,4 +28,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); #endif /* __DWC3_OMAP_UBOOT_H_ */ -- cgit v1.1