1 #ifndef __KWS_H__ 2 #define __KWS_H__ 3 4 #include "../menu.h" 5 6 extern MENU_TYP kws; 7 8 int32_t kws_init(void); 9 int32_t kws_uninit(void); 10 11 #endif 12