1 2 3 4 5 6 7 8
#ifndef __DANUBE_IRQ_H #define __DANUBE_IRQ_H #define NR_IRQS 256 #include_next <irq.h> #endif