[s3c24xx] glamo: Implement gpiolib for the glamo. Get rid of glamo-spi-gpio and
[openwrt-10.03/.git] / target / linux / s3c24xx / files-2.6.30 / arch / arm / mach-s3c2442 / include / mach / gta02.h
index d8d9d9053d0b1679493f4643bf1f15afbb3b971e..3d7606e9baf06da3d10027b557e88382e50f7463 100644 (file)
@@ -2,6 +2,7 @@
 #define _GTA02_H
 
 #include <mach/regs-gpio.h>
+#include <mach/gpio.h>
 #include <mach/irqs.h>
 
 /* Different hardware revisions, passed in ATAG_REVISION by u-boot */
@@ -78,6 +79,9 @@
 #define GTA02_PCB_ID2_0                S3C2410_GPD3
 #define GTA02_PCB_ID2_1                S3C2410_GPD4
 
+#define GTA02_GPIO_GLAMO_BASE S3C_GPIO_END
+#define GTA02_GPIO_GLAMO(x) (GTA02_GPIO_GLAMO_BASE + x)
+
 int gta02_get_pcb_revision(void);
 
 extern struct pcf50633 *gta02_pcf;