aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/mdm_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-exynos/mdm_private.h')
-rw-r--r--arch/arm/mach-exynos/mdm_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/mdm_private.h b/arch/arm/mach-exynos/mdm_private.h
index d632c8f..37df782 100644
--- a/arch/arm/mach-exynos/mdm_private.h
+++ b/arch/arm/mach-exynos/mdm_private.h
@@ -68,6 +68,7 @@ void mdm_common_modem_shutdown(struct platform_device *pdev);
void mdm_common_set_debug_state(int value);
void mdm_peripheral_disconnect(struct mdm_modem_drv *mdm_drv);
+void set_shutdown(void);
void notify_modem_fatal(void);
void request_autopm_lock(int status);
bool mdm_check_main_connect(const char *);
@@ -77,5 +78,6 @@ void get_sim_state_at_boot(void);
extern unsigned int lpcharge;
extern void ctrl_bridge_stop_all(void);
extern void rmnet_usb_ctrl_stop_all(void);
+extern void silent_log_panic_handler(void);
#endif