Go to the documentation of this file. 1 #ifndef __ASM_ARM_IRQ_H
2 #define __ASM_ARM_IRQ_H
4 #define NR_IRQS_LEGACY 16
6 #ifndef CONFIG_SPARSE_IRQ
9 #define NR_IRQS NR_IRQS_LEGACY
12 #ifndef irq_canonicalize
13 #define irq_canonicalize(i) (i)
21 #define NO_IRQ ((unsigned int)(-1))