Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
littleton.h
Go to the documentation of this file.
1 #ifndef __ASM_ARCH_LITTLETON_H
2 #define __ASM_ARCH_LITTLETON_H
3 
4 #define LITTLETON_ETH_PHYS 0x30000000
5 
6 #define LITTLETON_GPIO_LCD_CS (17)
7 
8 #define EXT0_GPIO_BASE (PXA_NR_BUILTIN_GPIO)
9 #define EXT0_GPIO(x) (EXT0_GPIO_BASE + (x))
10 
11 #define LITTLETON_NR_IRQS (IRQ_BOARD_START + 8)
12 
13 #endif /* __ASM_ARCH_LITTLETON_H */