1 #ifndef INTERRUPT_H 2 #define INTERRUPT_H 3 #include <asm/interrupt.h> 4 5 int register_io_int_func(void (*f)(void)); 6 int unregister_io_int_func(void (*f)(void)); 7 8 #endif /* INTERRUPT_H */ 9
1 #ifndef INTERRUPT_H 2 #define INTERRUPT_H 3 #include <asm/interrupt.h> 4 5 int register_io_int_func(void (*f)(void)); 6 int unregister_io_int_func(void (*f)(void)); 7 8 #endif /* INTERRUPT_H */ 9