Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
gta02.h
Go to the documentation of this file.
1 #ifndef _GTA02_H
2 #define _GTA02_H
3 
4 #include <mach/regs-gpio.h>
5 
6 #define GTA02_GPIO_AUX_LED S3C2410_GPB(2)
7 #define GTA02_GPIO_USB_PULLUP S3C2410_GPB(9)
8 #define GTA02_GPIO_AUX_KEY S3C2410_GPF(6)
9 #define GTA02_GPIO_HOLD_KEY S3C2410_GPF(7)
10 #define GTA02_GPIO_AMP_SHUT S3C2410_GPJ(1) /* v2 + v3 + v4 only */
11 #define GTA02_GPIO_HP_IN S3C2410_GPJ(2) /* v2 + v3 + v4 only */
12 
13 #define GTA02_IRQ_PCF50633 IRQ_EINT9
14 
15 #endif /* _GTA02_H */