WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
oam_ext_if.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2022. All rights reserved.
3 * Description: oam log printing interface
4 */
5
6#ifndef __OAM_EXT_IF_H__
7#define __OAM_EXT_IF_H__
8
9#include "soc_diag_wdk.h"
10#include "diag_log_common.h"
11#include "common_dft_rom.h"
12
13#ifdef __cplusplus
14#if __cplusplus
15extern "C" {
16#endif
17#endif
18
19#ifdef __cplusplus
20#if __cplusplus
21}
22#endif
23#endif
24
25#endif /* end of oam_ext_if.h */