/* * * Copyright (c) CompanyNameMagicTag 2018-2019. All rights reserved. * Description: upg boot * Author: CompanyName * Create: 2018-10-31 */ #ifndef __UPG_BOOT_H__ #define __UPG_BOOT_H__ #include "upg_common.h" #include #include "upg_tool.h" td_u32 boot_upg_process_boot(td_void); #endif