summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/interrupt.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2021-04-08 02:27:15 +0200
committerUros Majstorovic <majstor@majstor.org>2021-04-08 02:27:15 +0200
commit66e53b7e54878e2161f5c0dab6f90aebd9a1d97a (patch)
tree9ad45a813794be241123596531c993f471c01eb8 /fw/fe310/eos/interrupt.h
parent4566511371a8a80201c1adb0535cde722cbd9b48 (diff)
added board.h
Diffstat (limited to 'fw/fe310/eos/interrupt.h')
-rw-r--r--fw/fe310/eos/interrupt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fw/fe310/eos/interrupt.h b/fw/fe310/eos/interrupt.h
index 075e7eb..feaf277 100644
--- a/fw/fe310/eos/interrupt.h
+++ b/fw/fe310/eos/interrupt.h
@@ -1,5 +1,7 @@
#include <stdint.h>
+#include "irq_def.h"
+
typedef void (*eos_intr_handler_t) (void);
void eos_intr_init(void);