1 #ifndef __ASM_ARM_IRQ_H
2 #define __ASM_ARM_IRQ_H
4 #include <asm/arch/irqs.h>
6 #ifndef irq_canonicalize
7 #define irq_canonicalize(i) (i)
15 * Use this value to indicate lack of interrupt
19 #define NO_IRQ ((unsigned int)(-1))
24 extern void migrate_irqs(void);