blob: 7a2db18b82a49967558882d4b7dbda3549c65396 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#ifndef __VOW_API_H__
#define __VOW_API_H__
int VowDrv_ChangeStatus(void);
int VowDrv_EnableHW(int status);
void VowDrv_SetDmicLowPower(bool enable);
void VowDrv_SetSmartDevice(void);
#endif //__VOW_API__
|