#ifndef __AUDIO_FLAC_H #define __AUDIO_FLAC_H #include "audio_hal.h" void music_flac_play(const char *file_name); #endif