WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_ops_common.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
3 * Description: HAL Layer Specifications.
4 * Create: 2022-11-26
5 */
6
7#ifndef __HAL_OPS_COMMON_H__
8#define __HAL_OPS_COMMON_H__
9
10/*****************************************************************************
11 1 头文件包含
12*****************************************************************************/
13#include "hal_ops_common_rom.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