16 lines
532 B
C
16 lines
532 B
C
|
|
/*
|
||
|
|
* Copyright (c) CompanyNameMagicTag 2012-2019. All rights reserved.
|
||
|
|
* Description: 1. Modify the CPU usage statistics code. soc_const_str.h code
|
||
|
|
* Author: CompanyName
|
||
|
|
* Create: 2012-02-21
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef SOC_CONST_STR_H
|
||
|
|
#define SOC_CONST_STR_H
|
||
|
|
#include <soc_mdm_types.h>
|
||
|
|
EXT_EXTERN EXT_CONST td_char g_str_ind_not_enough_memory[0xf];
|
||
|
|
EXT_EXTERN EXT_CONST td_char g_str_ind_param_wrong[0x11];
|
||
|
|
EXT_EXTERN EXT_CONST td_char g_str_ind_success[0xa];
|
||
|
|
EXT_EXTERN EXT_CONST td_char g_str_ind_format_err_code[0x16];
|
||
|
|
#endif
|