Go to the documentation of this file.
11 #ifndef __MACH_IRQS_H__
12 #define __MACH_IRQS_H__
14 #define IRQ_SERIRQ1 31
15 #define IRQ_SERIRQ0 30
21 #define IRQ_GPIO(x) (22 + (x))
39 #define IRQ_WATCHDOG 3
44 #define NORMAL_IRQ_NUM 32
46 #define GPIO_IRQ_BASE NORMAL_IRQ_NUM
47 #define GPIO_IRQ_NUM (3 * 32)
49 #define ARCH_TIMER_IRQ IRQ_TIMER2
51 #define NR_IRQS (NORMAL_IRQ_NUM + GPIO_IRQ_NUM)