1 2 3 4 5 6 7 8
#ifndef __ASM_IRQ_H #define __ASM_IRQ_H #include <asm-generic/irq.h> extern void (*handle_arch_irq)(struct pt_regs *); #endif