aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/include/mach/mdm2.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-exynos/include/mach/mdm2.h')
-rw-r--r--arch/arm/mach-exynos/include/mach/mdm2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/include/mach/mdm2.h b/arch/arm/mach-exynos/include/mach/mdm2.h
index 61d875c..534780e 100644
--- a/arch/arm/mach-exynos/include/mach/mdm2.h
+++ b/arch/arm/mach-exynos/include/mach/mdm2.h
@@ -32,6 +32,11 @@ struct mdm_platform_data {
struct platform_device *peripheral_platform_device_ehci;
struct platform_device *peripheral_platform_device_ohci;
const unsigned int ramdump_timeout_ms;
+#ifdef CONFIG_SIM_DETECT
+ bool sim_polarity;
+#endif
+
+ void (*modem_complete)(struct device *dev);
};
struct mdm_hsic_pm_platform_data {