#ifndef _FM_H_ #define _FM_H_ #include "system/event.h" struct app_mode *app_enter_fm_mode(int arg); int fm_app_msg_handler(int *msg); #endif