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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/msm_charm.h b/include/linux/msm_charm.h
index 779fd38..3695643 100644
--- a/include/linux/msm_charm.h
+++ b/include/linux/msm_charm.h
@@ -10,6 +10,11 @@
#define NORMAL_BOOT_DONE _IOW(CHARM_CODE, 5, int)
#define RAM_DUMP_DONE _IOW(CHARM_CODE, 6, int)
#define WAIT_FOR_RESTART _IOR(CHARM_CODE, 7, int)
+#define SILENT_RESET_CONTROL _IOR(CHARM_CODE, 8, int)
+#define AUTOPM_LOCK _IOW(CHARM_CODE, 9, int)
+#define GET_BOOT_PROTOCOL _IOW(CHARM_CODE, 10, int)
+#define GET_FORCE_RAMDUMP _IOW(CHARM_CODE, 11, int)
+#define WAIT_FOR_ERROR _IOW(CHARM_CODE, 12, int)
enum charm_boot_type {
CHARM_NORMAL_BOOT = 0,