17 lines
329 B
C
17 lines
329 B
C
/*
|
|
* Copyright (c) CompanyNameMagicTag 2018-2019. All rights reserved.
|
|
* Description: dfx_cpup
|
|
* Author: CompanyName
|
|
* Create: 2018-10-31
|
|
*/
|
|
#ifndef __DFX_CPUP_H__
|
|
#define __DFX_CPUP_H__
|
|
#include <soc_types.h>
|
|
#include <soc_mdm_types.h>
|
|
|
|
typedef struct {
|
|
td_u32 option;
|
|
} ext_dfx_diag_cpup_cmd;
|
|
|
|
#endif
|