summaryrefslogtreecommitdiff
path: root/arch/nds32/lib/interrupts.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/nds32/lib/interrupts.c')
-rw-r--r--arch/nds32/lib/interrupts.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/nds32/lib/interrupts.c b/arch/nds32/lib/interrupts.c
index d86cc2341e..72ff78d1d7 100644
--- a/arch/nds32/lib/interrupts.c
+++ b/arch/nds32/lib/interrupts.c
@@ -35,6 +35,10 @@ int GIE_STATUS(void)
#ifdef CONFIG_USE_INTERRUPT
+int interrupt_init(void)
+{
+ return 0;
+}
/* enable interrupts */
void enable_interrupts(void)
{