1 #include <stdio.h> 2 #include <stdint.h> 3 4 unsigned int g_ntp_time = 0; 5 unsigned int g_up_time = 0; 6 app_management_center_init()7int app_management_center_init() 8 { 9 return 0; 10 } 11 amp_boot_main()12int amp_boot_main() 13 { 14 return 0; 15 } 16 amp_recovery_init()17int amp_recovery_init() 18 { 19 return 0; 20 } 21 amp_recovery_entry()22void amp_recovery_entry() 23 { 24 } 25 amp_app_version_set()26void amp_app_version_set() 27 { 28 } 29