summaryrefslogtreecommitdiff
path: root/source/hal/source/components/npu/include/ethosu_npu_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/hal/source/components/npu/include/ethosu_npu_init.h')
-rw-r--r--source/hal/source/components/npu/include/ethosu_npu_init.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/hal/source/components/npu/include/ethosu_npu_init.h b/source/hal/source/components/npu/include/ethosu_npu_init.h
index c562f6c..d1c3992 100644
--- a/source/hal/source/components/npu/include/ethosu_npu_init.h
+++ b/source/hal/source/components/npu/include/ethosu_npu_init.h
@@ -25,6 +25,12 @@
**/
int arm_ethosu_npu_init(void);
+/**
+ * @brief Defines the Arm Ethos-U NPU interrupt handler: just a wrapper
+ * around the default implementation.
+ **/
+void arm_ethosu_npu_irq_handler(void);
+
#endif /* ARM_NPU */
#endif /* ETHOS_U_NPU_INIT_H */