GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / mach-ux500 / include / mach / irqs-board-mop500.h
blobcca4f705601e35ced0040a2177280569317e4019
1 /*
2 * Copyright (C) ST-Ericsson SA 2010
4 * Author: Rabin Vincent <rabin.vincent@stericsson.com>
5 * License terms: GNU General Public License (GPL) version 2
6 */
8 #ifndef __MACH_IRQS_BOARD_MOP500_H
9 #define __MACH_IRQS_BOARD_MOP500_H
11 #define AB8500_NR_IRQS 104
13 #define MOP500_AB8500_IRQ_BASE IRQ_BOARD_START
14 #define MOP500_AB8500_IRQ_END (MOP500_AB8500_IRQ_BASE \
15 + AB8500_NR_IRQS)
16 #define MOP500_IRQ_END MOP500_AB8500_IRQ_END
18 #if MOP500_IRQ_END > IRQ_BOARD_END
19 #undef IRQ_BOARD_END
20 #define IRQ_BOARD_END MOP500_IRQ_END
21 #endif
23 #endif