From 2e88bb28d8061286d2f1cabcac224df15b941b82 Mon Sep 17 00:00:00 2001 From: Kun-Hua Huang Date: Mon, 24 Aug 2015 14:52:35 +0800 Subject: NDS32: Generic Board Support and Unsupport Add nds32 ag101p generic board support. Signed-off-by: Kun-Hua Huang --- arch/nds32/lib/interrupts.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/nds32/lib/interrupts.c') 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) { -- cgit v1.2.3