Samsung SPH-L720 (Sprint) source updates
/drivers/video/msm/mipi_dsi.h
blob:1377e090f62be9596e1157a524c69a3e41ff21b4 -> blob:47116e16b17ceacef9986651cbdef15b4db11217
--- drivers/video/msm/mipi_dsi.h
+++ drivers/video/msm/mipi_dsi.h
@@ -17,6 +17,10 @@
#include <mach/scm-io.h>
#include <linux/list.h>
+#if defined(CONFIG_ESD_ERR_FG_RECOVERY)
+#include "mdnie_lite_tuning.h"
+#endif
+
#ifdef BIT
#undef BIT
#endif
@@ -371,4 +375,8 @@ int mipi_runtime_clk_change(int fps);
void mipi_dsi_irq_set(uint32 mask, uint32 irq);
void mdp4_dsi_video_wait4dmap_for_dsi(int cndx);
+#if defined(CONFIG_ESD_ERR_FG_RECOVERY)
+void esd_recovery(void);
+#endif
+
#endif /* MIPI_DSI_H */