1 #ifndef __KWS_H__
2 #define __KWS_H__
3 
4 #include <stdint.h>
5 #include <stdio.h>
6 
7 extern int audio_install_codec_driver();
8 
9 int32_t kws_init(void);
10 int32_t kws_uninit(void);
11 
12 #endif
13