WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
wal_event_msg.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2019-2019. All rights reserved.
3 * Description: Header file for wal_event_msg.c.
4 */
5
6#ifndef __WAL_EVENT_MSG_H__
7#define __WAL_EVENT_MSG_H__
8
9/*****************************************************************************
10 1 其他头文件包含
11*****************************************************************************/
12#include "oal_ext_if.h"
13#include "wlan_mib_hcm.h"
14#include "frw_ext_if.h"
15
16#ifdef __cplusplus
17#if __cplusplus
18extern "C" {
19#endif
20#endif
21
22/*****************************************************************************
23 2 宏定义
24*****************************************************************************/
25#define WAL_BW_STR_MAX_LEN 20
26
27/*****************************************************************************
28 4 枚举定义
29*****************************************************************************/
30/*****************************************************************************
31 5 STRUCT定义
32*****************************************************************************/
33#ifdef __cplusplus
34#if __cplusplus
35 }
36#endif
37#endif
38
39#endif /* end of wal_event_msg.h */