aboutsummaryrefslogtreecommitdiffstats
path: root/src/generic/armcm_boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/generic/armcm_boot.h')
-rw-r--r--src/generic/armcm_boot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/generic/armcm_boot.h b/src/generic/armcm_boot.h
index a0bfd3f4..7bd982ce 100644
--- a/src/generic/armcm_boot.h
+++ b/src/generic/armcm_boot.h
@@ -3,6 +3,8 @@
#include "ctr.h" // DECL_CTR_INT
+void armcm_main(void);
+
// Declare an IRQ handler
#define DECL_ARMCM_IRQ(FUNC, NUM) \
DECL_CTR_INT("DECL_ARMCM_IRQ " __stringify(FUNC), 1, CTR_INT(NUM))