18 lines
328 B
C
18 lines
328 B
C
/* *
|
|
* 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 <lzmaram.h>
|
|
#include "upg_tool.h"
|
|
td_u32 boot_upg_process_boot(td_void);
|
|
|
|
#endif
|