#ifndef __USER_APP_H__ #define __USER_APP_H__ void user_app_init(void); void user_app_run(void); #endif