1 /** 2 * Copyright (c) 2020 HiSilicon (Shanghai) Technologies CO., LIMITED. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 * limitations under the License. 14 * 15 * Description: board ws63 header. \n 16 * 17 * History: \n 18 * 2024-1-23, Create file. \n 19 */ 20 21 #ifndef BOARD_WS63_H 22 #define BOARD_WS63_H 23 24 extern LITE_OS_SEC_TEXT VOID OsExcInfoDisplayContext(const ExcInfo *exc); 25 26 VOID OsTaskWaterLineArrayGet(UINT32 *array, UINT32 *len); 27 VOID OsTaskCBArrayGet(UINT32 *array, UINT32 *len); 28 VOID OsExcInfoDisplayContextExt(const ExcInfo *exc); 29 VOID crashinfo_taskinfo_title_print(VOID); 30 VOID crashinfo_taskinfo_print(const LosTaskCB *allTaskArray, UINT32 *water_line_info_arr, UINT32 flash_save_offset, 31 UINT32 task_num); 32 CHAR *OsCurTaskNameGetExt(VOID); 33 34 #endif