[ARM] pxa: fix compiler warnings of unused variable 'id' in cpu_is_pxa9*()
[deliverable/linux.git] / arch / arm / mach-pxa / include / mach / littleton.h
CommitLineData
3b24f30c
EM
1#ifndef __ASM_ARCH_LITTLETON_H
2#define __ASM_ARCH_LITTLETON_H
3
4#include <mach/gpio.h>
e1d9b953 5
6#define LITTLETON_ETH_PHYS 0x30000000
7
24ff4cdd
EM
8#define LITTLETON_GPIO_LCD_CS (17)
9
3b24f30c
EM
10#define EXT0_GPIO_BASE (NR_BUILTIN_GPIO)
11#define EXT0_GPIO(x) (EXT0_GPIO_BASE + (x))
12
13#endif /* __ASM_ARCH_LITTLETON_H */
This page took 0.249434 seconds and 5 git commands to generate.