[Bugfix][T800][task-view-329] first ecall after reboot no voice
Only Configure: No
Affected branch: unknown
Affected module: network
Is it affected on both ZXIC and MTK: only MTK
Self-test: yes
Doc Update: no
Change-Id: I656f8062bcaf6d15d2aba80a83677a43606b4fda
diff --git a/common_src/lib/liblynq-call/lynq_module_common.h b/common_src/lib/liblynq-call/lynq_module_common.h
index b82b2d8..471814f 100755
--- a/common_src/lib/liblynq-call/lynq_module_common.h
+++ b/common_src/lib/liblynq-call/lynq_module_common.h
@@ -92,6 +92,10 @@
#define MODULE_SWITCHING (1)
#define MODULE_RUNNING (2)
+#define call_type_mo (0)
+#define call_type_mt (1)
+int lynq_call_pre_confirm(int call_type);
+
extern int g_module_init_flag;
#endif