aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2442/include/mach/gta02.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c2442/include/mach/gta02.h')
-rw-r--r--arch/arm/mach-s3c2442/include/mach/gta02.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2442/include/mach/gta02.h b/arch/arm/mach-s3c2442/include/mach/gta02.h
index c1ed538af63..6db48d4ff61 100644
--- a/arch/arm/mach-s3c2442/include/mach/gta02.h
+++ b/arch/arm/mach-s3c2442/include/mach/gta02.h
@@ -82,8 +82,10 @@
#define GTA02_GPIO_GLAMO_BASE S3C_GPIO_END
#define GTA02_GPIO_GLAMO(x) (GTA02_GPIO_GLAMO_BASE + (x))
+
#define GTA02_GPIO_PCF_BASE (GTA02_GPIO_GLAMO_BASE + 32)
#define GTA02_GPIO_PCF(x) (GTA02_GPIO_PCF_BASE + (x))
+
int gta02_get_pcb_revision(void);
extern struct pcf50633 *gta02_pcf;