blob: d2baae28c68c6343bb9312d40036f48d46fb9964 [file] [log] [blame]
/*
* Copyright (C) 2019 ZTE, China
*
* This is the header file for the voice lib.
*
*/
#ifndef __VOICE_LIB_H
#define __VOICE_LIB_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);
#endif