diff options
Diffstat (limited to 'arch/arm/mach-tegra/board-whistler.h')
-rw-r--r-- | arch/arm/mach-tegra/board-whistler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-whistler.h b/arch/arm/mach-tegra/board-whistler.h index adaa98e1029b..c8d2f7b87d69 100644 --- a/arch/arm/mach-tegra/board-whistler.h +++ b/arch/arm/mach-tegra/board-whistler.h @@ -26,4 +26,8 @@ int whistler_sensors_init(void); int whistler_baseband_init(void); int whistler_emc_init(void); +/* Interrupt numbers from external peripherals */ +#define MAX8907C_INT_BASE TEGRA_NR_IRQS +#define MAX8907C_INT_END (MAX8907C_INT_BASE + 32) + #endif |