WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
oal_list.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2019-2020. All rights reserved.
3 * Description: oal list head file.
4 */
5
6#ifndef __OAL_LIST_H__
7#define __OAL_LIST_H__
8
9/*****************************************************************************
10 1 其他头文件包含
11*****************************************************************************/
12#include "oal_types.h"
13#include "oal_util.h"
14
15#ifdef __cplusplus
16#if __cplusplus
17extern "C" {
18#endif
19#endif
20
21#ifdef __cplusplus
22 #if __cplusplus
23 }
24 #endif
25#endif
26
27#endif /* end of oal_list.h */