|
/*
|
|
* CompanyNameMagicTag 2018-2019. All rights reserved.
|
|
* Description: Upgrade base funciton - init.
|
|
*/
|
|
|
|
#ifndef __UPG_BASE_INIT_H__
|
|
#define __UPG_BASE_INIT_H__
|
|
|
|
#include <soc_types.h>
|
|
#include <soc_mdm_types.h>
|
|
#include <soc_21_upg.h>
|
|
|
|
#endif /* __UPG_BASE_INIT_H__ */
|