#include "opensdk.h" EXPORT_FUNC(main) EXPORT_FUNC(test) EXPORT_FUNC(__flash_data_table_begin) EXPORT_FUNC(speakerAppInit) EXPORT_FUNC(speakerAppPreDraw) EXPORT_FUNC(speakerAppMsgProc) EXPORT_FUNC(speakerAppAfterDraw) EXPORT_FUNC(speakerAppDestory) EXPORT_FUNC(ThreadApiTest) #define app_speakerAppDestory_addr 0x405 #define app_speakerAppMsgProc_addr 0x129 #define app_speakerAppInit_addr 0x10d #define app_speakerAppPreDraw_addr 0x125 #define app_speakerAppAfterDraw_addr 0x401 #define app_main_addr 0x1 #define app_ThreadApiTest_addr 0x569