aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/msm_charm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/msm_charm.h')
-rw-r--r--include/linux/msm_charm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/msm_charm.h b/include/linux/msm_charm.h
index 3695643..4767c41 100644
--- a/include/linux/msm_charm.h
+++ b/include/linux/msm_charm.h
@@ -16,6 +16,10 @@
#define GET_FORCE_RAMDUMP _IOW(CHARM_CODE, 11, int)
#define WAIT_FOR_ERROR _IOW(CHARM_CODE, 12, int)
+#ifdef CONFIG_SIM_DETECT
+#define GET_SIM_DETECT _IOW(CHARM_CODE, 13, int)
+#endif
+
enum charm_boot_type {
CHARM_NORMAL_BOOT = 0,
CHARM_RAM_DUMPS,