WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
frw_hcc_common_rom.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2022. All rights reserved.
3 * Description: Header file of device and host frw_hcc_common public interface.
4 */
5
6#ifndef __FRW_HCC_COMMON_ROM_H__
7#define __FRW_HCC_COMMON_ROM_H__
8
9#include "osal_types.h"
10#ifndef _PRE_WLAN_FEATURE_CENTRALIZE
11#include "hcc_cfg_comm.h"
12#include "hcc_if.h"
13#include "hcc_comm.h"
14#endif
15
16/*****************************************************************************
17 1 宏定义
18*****************************************************************************/
19
20/*****************************************************************************
21 2 枚举定义
22*****************************************************************************/
23
24#ifdef _PRE_WLAN_FEATURE_CENTRALIZE
25#define HCC_HEAD_SIZE 4
27{
28 return HCC_HEAD_SIZE;
29}
30#endif
31
32#endif // __FRW_HCC_COMMON_ROM_H__
td_u16 hcc_get_head_len(td_void)
#define INLINE__
Definition osal_list.h:25
void osal_void
Definition osal_types.h:29
unsigned short osal_u16
Definition osal_types.h:12