mako: debug: porting lge crash handler
Change-Id: I913d372131a25bb9c0d90680f5e96cebb8883055
diff --git a/include/linux/kernel.h b/include/linux/kernel.h
index f581c8f..b66c970 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
@@ -349,6 +349,17 @@
struct pid;
extern struct pid *session_of_pgrp(struct pid *pgrp);
+#ifdef CONFIG_LGE_CRASH_HANDLER
+extern void set_crash_store_enable(void);
+extern void set_crash_store_disable(void);
+extern void store_crash_log(char *p);
+extern void set_kernel_crash_magic_number(void);
+#ifdef CONFIG_CPU_CP15_MMU
+extern void lge_save_ctx(struct pt_regs*, unsigned int, unsigned int,
+ unsigned int);
+#endif
+#endif
+
unsigned long int_sqrt(unsigned long);
extern void bust_spinlocks(int yes);