WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
mac_chba_common.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2021-2023. All rights reserved.
3 * Description: CHBA variables common to Hmac and Dmac.
4 *
5 * Create: 2021-03-18
6 */
7
8#ifndef __MAC_CHBA_COMMON_H__
9#define __MAC_CHBA_COMMON_H__
10
11/* 1 其他头文件包含 */
12#include "oal_types.h"
13#include "wlan_types_common.h"
14#include "wlan_spec.h"
15
16/* 此处不加extern "C" UT编译不过 */
17#ifdef __cplusplus
18#if __cplusplus
19extern "C" {
20#endif
21#endif
22
23#undef THIS_FILE_ID
24#define THIS_FILE_ID OAM_FILE_ID_MAC_CHBA_COMMON_H
25
26#ifdef __cplusplus
27#if __cplusplus
28}
29#endif
30#endif
31
32#endif /* end of mac_common.h */
33