22 lines
467 B
Plaintext
22 lines
467 B
Plaintext
/*
|
|
* Copyright (c) CompanyNameMagicTag 2018-2019. All rights reserved.
|
|
* Description: dbk app struct def.
|
|
* Author: CompanyName
|
|
* Create: 2018-10-31
|
|
*/
|
|
|
|
#define SOC_TYPES_H
|
|
#define EXT_START_HEADER
|
|
#define EXT_END_HEADER
|
|
#include "soc_product_config.h"
|
|
#include "soc_mdm_types.h"
|
|
#include "dbk_hdb_common.h"
|
|
#include "soc_config.h"
|
|
|
|
#include "soc_ft_nv.h"
|
|
#include "dfx_app.h"
|
|
#include "soc_ndm.h"
|
|
#include "soc_mdm.h"
|
|
#include "dfx_usr.h"
|
|
|