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