/* * 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 #include typedef struct { td_u32 option; } ext_dfx_diag_cpup_cmd; #endif