From 66e53b7e54878e2161f5c0dab6f90aebd9a1d97a Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Thu, 8 Apr 2021 02:27:15 +0200 Subject: added board.h --- fw/fe310/eos/interrupt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fw/fe310/eos/interrupt.h') 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 +#include "irq_def.h" + typedef void (*eos_intr_handler_t) (void); void eos_intr_init(void); -- cgit v1.2.3