#ifndef _FUNC_SPEAKER_H #define _FUNC_SPEAKER_H void func_speaker(void); void func_speaker_message(u16 msg); void func_speaker_start(void); void func_speaker_stop(void); #endif