diff options
Diffstat (limited to 'arch/arm/mach-vexpress/include/mach/irqs.h')
| -rw-r--r-- | arch/arm/mach-vexpress/include/mach/irqs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-vexpress/include/mach/irqs.h b/arch/arm/mach-vexpress/include/mach/irqs.h new file mode 100644 index 00000000000..f8f7f782eb5 --- /dev/null +++ b/arch/arm/mach-vexpress/include/mach/irqs.h @@ -0,0 +1,6 @@ +#define IRQ_LOCALTIMER 29 +#define IRQ_LOCALWDOG 30 + +#ifndef CONFIG_SPARSE_IRQ +#define NR_IRQS 256 +#endif |
