common: Move interrupt functions into a new header
[oweals/u-boot.git] / arch / sandbox / lib / interrupts.c
index 4ddcd37522dacf447c9e1db664077df76d087af9..21f761ac3b0f96833f066c598134c637bca6e563 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include <common.h>
+#include <irq_func.h>
 
 int interrupt_init(void)
 {