]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/nds32/lib/interrupts.c
NDS32: Generic Board Support and Unsupport
[karo-tx-uboot.git] / arch / nds32 / lib / interrupts.c
index d86cc2341eff4741ff7f04d23f088770a9b429bd..72ff78d1d770d462046c3399b0e1775d170e0caa 100644 (file)
@@ -35,6 +35,10 @@ int GIE_STATUS(void)
 
 #ifdef CONFIG_USE_INTERRUPT
 
+int interrupt_init(void)
+{
+       return 0;
+}
 /* enable interrupts */
 void enable_interrupts(void)
 {