Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[pandora-kernel.git] / arch / arm / mach-ux500 / include / mach / irqs-board-u5500.h
1 /*
2  * Copyright (C) ST-Ericsson SA 2010
3  *
4  * License terms: GNU General Public License (GPL) version 2
5  */
6
7 #ifndef __MACH_IRQS_BOARD_U5500_H
8 #define __MACH_IRQS_BOARD_U5500_H
9
10 #define AB5500_NR_IRQS          5
11 #define IRQ_AB5500_BASE         IRQ_BOARD_START
12 #define IRQ_AB5500_END          (IRQ_AB5500_BASE + AB5500_NR_IRQS)
13
14 #define U5500_IRQ_END           IRQ_AB5500_END
15
16 #if IRQ_BOARD_END < U5500_IRQ_END
17 #undef IRQ_BOARD_END
18 #define IRQ_BOARD_END           U5500_IRQ_END
19 #endif
20
21 #endif