M7350/kernel/arch/arm/mach-vexpress/include/mach/irqs.h

7 lines
107 B
C
Raw Permalink Normal View History

2024-09-09 08:52:07 +00:00
#define IRQ_LOCALTIMER 29
#define IRQ_LOCALWDOG 30
2024-09-09 08:57:42 +00:00
#ifndef CONFIG_SPARSE_IRQ
2024-09-09 08:52:07 +00:00
#define NR_IRQS 256
2024-09-09 08:57:42 +00:00
#endif