inwudriver-weibo/boot/flashboot/upg/upg_kernel.h

18 lines
337 B
C

/* *
* Copyright (c) CompanyNameMagicTag 2018-2019. All rights reserved.
* Description: kernel upg
* Author: CompanyName
* Create: 2018-10-31
*/
#ifndef __UPG_KERNEL_H__
#define __UPG_KERNEL_H__
#include "upg_common.h"
#include <lzmaram.h>
#include "upg_tool.h"
td_u32 boot_upg_kernel_process(td_void);
#endif