aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/include/mach/tdmb_pdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-exynos/include/mach/tdmb_pdata.h')
-rw-r--r--arch/arm/mach-exynos/include/mach/tdmb_pdata.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/include/mach/tdmb_pdata.h b/arch/arm/mach-exynos/include/mach/tdmb_pdata.h
index ce8a986..eb5c162 100644
--- a/arch/arm/mach-exynos/include/mach/tdmb_pdata.h
+++ b/arch/arm/mach-exynos/include/mach/tdmb_pdata.h
@@ -25,7 +25,11 @@
struct tdmb_platform_data {
void (*gpio_on) (void);
void (*gpio_off)(void);
- int irq;
+ unsigned int irq;
+#if defined(CONFIG_TDMB_ANT_DET)
+ unsigned int gpio_ant_det;
+ unsigned int irq_ant_det;
+#endif
};
#endif
#endif