📄 include.h
字号:
/*
File : include.h
*/
#ifndef _INCLUDE_H_
#define _INCLUDE_H_
#include "os_headers.h"
#include "wlan_defs.h"
#include "wlan_thread.h"
#include "wlan_types.h"
#ifdef WMM
#include "wlan_wmm.h"
#endif /* WMM */
#ifdef ENABLE_802_11D
#include "wlan_11d.h"
#endif /* ENABLE_802_11D */
#ifdef ENABLE_802_11H_TPC
#include "wlan_11h.h"
#endif /* ENABLE_802_11H_TPC */
#ifdef CCX
#include "wlan_ccx.h"
#endif
#include "host.h"
#include "hostcmd.h"
#include "os_timers.h"
#include "wlan_dev.h"
#include "os_macros.h"
#include "sbi.h"
#ifdef BULVERDE_SDIO
#include <sdio.h>
#endif /* BULVERDE_SDIO */
#include "wlan_fw.h"
#include "wlan_wext.h"
#include "wlan_decl.h"
#endif /* _INCLUDE_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -