]> nv-tegra.nvidia Code Review - linux-2.6.git/blob - arch/arm/mach-pxa/include/mach/littleton.h
Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6.git] / arch / arm / mach-pxa / include / mach / littleton.h
1 #ifndef __ASM_ARCH_LITTLETON_H
2 #define __ASM_ARCH_LITTLETON_H
3
4 #include <mach/gpio.h>
5
6 #define LITTLETON_ETH_PHYS      0x30000000
7
8 #define LITTLETON_GPIO_LCD_CS   (17)
9
10 #define EXT0_GPIO_BASE  (NR_BUILTIN_GPIO)
11 #define EXT0_GPIO(x)    (EXT0_GPIO_BASE + (x))
12
13 #define LITTLETON_NR_IRQS       (IRQ_BOARD_START + 8)
14
15 #endif /* __ASM_ARCH_LITTLETON_H */