wt_comp.h
来自「linux,red ,test,driver,need」· C头文件 代码 · 共 27 行
H
27 行
#ifndef _WT_COMPAT_H#define _WT_COMPAT_H /*=============================================================*//*------ Compiler Portability Macros --------------------------*//*=============================================================*/#ifndef NDIS_MINIPORT_DRIVER#define __WLAN_ATTRIB_PACK__ __attribute__ ((packed))#define __WLAN_PRAGMA_PACK1__#define __WLAN_PRAGMA_PACKDFLT__#define __WLAN_INLINE__ inline#define WLAN_MIN_ARRAY 0#else#define __WLAN_ATTRIB_PACK__ #define __WLAN_PRAGMA_PACK1__ #define __WLAN_PRAGMA_PACKDFLT__ #define __WLAN_INLINE__ inline#define WLAN_MIN_ARRAY 0#endif#endif /* _WLAN_COMPAT_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?