aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ethosu_driver.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ethosu_driver.h b/include/ethosu_driver.h
index 5d75852..7ab420a 100644
--- a/include/ethosu_driver.h
+++ b/include/ethosu_driver.h
@@ -92,6 +92,11 @@ int ethosu_invoke(const void *custom_data_ptr,
*/
void ethosu_abort(void);
+/**
+ * Interrupt handler do be called on IRQ from Ethos-U
+ */
+void ethosu_irq_handler(void);
+
#ifdef __cplusplus
}
#endif