zte's code,first commit

Change-Id: I9a04da59e459a9bc0d67f101f700d9d7dc8d681b
diff --git a/ap/lib/libvoice/include/voice_lib.h b/ap/lib/libvoice/include/voice_lib.h
new file mode 100755
index 0000000..73a5c3a
--- /dev/null
+++ b/ap/lib/libvoice/include/voice_lib.h
@@ -0,0 +1,24 @@
+
+/*
+ * Copyright (C) 2019 ZTE, China
+ *
+ * This is the header file for the voice lib.
+ *
+ */
+
+#ifndef __VOICE_LIB_H
+#define __VOICE_LIB_H
+#include <linux/volte_drv.h>
+
+ int voice_close(T_Voice_Para *para);
+ int voice_open(T_Voice_Para *para);
+ int voice_Vploop(int *path);
+ int zDrvVolte_PreOpen(T_ZDrvVolte_Cfg *cfgParam);
+ void zDrvVolte_PreClose(void);	
+ 
+#ifdef _VBUFF_IN_SINGLE_CORE	
+   int vbuffer_stream_start(void);
+   int vbuffer_stream_stop(void);
+#endif
+
+#endif