📄 precomp.h
字号:
/******************* (c) Marvell Semiconductor, Inc., 2003 ********************
*
* Purpose:
*
* This file includes all the necessary header files for the MrvDrv NIDS
* driver
*
* Notes:
*
*
* $Author: schiu $
*
* $Date: 2004/12/09 $
*
* $Revision: #5 $
*
*****************************************************************************/
#ifndef _PRECOMP_H_
#define _PRECOMP_H_
/*
===============================================================================
INCLUDE FILES
===============================================================================
*/
#include <ndis.h>
#if DBG
#define MRVL_USE_DBG // Turn on debug info
#endif
// jeff.spurgat 2003-04-02
// these were not defined in WinCE provided header file ntdndis.h
#ifdef UNDER_CE
#define fNDIS_GUID_ALLOW_READ 0x00000020
#define fNDIS_GUID_ALLOW_WRITE 0x00000040
#endif // UNDER_CE
#include "ntddndis.h"
#ifdef NDIS50_MINIPORT
#define B_SUPPORTED_RATES 8
#define G_SUPPORTED_RATES 14
#define NDIS_SUPPORTED_RATES G_SUPPORTED_RATES
#endif
#ifdef MRVL_GUI_INTERFACE
#include "Mrvioctl.h"
#endif // MRVL_GUI_INTERFACE
#ifdef NDIS51_MINIPORT
#include "ndisdef.h" // 802.11-related NDIS definitions needed in NDIS 5.0
#endif // #ifndef NDIS51_MINIPORT
#include "dsdef.h" // Data structure definition
#include "macrodef.h" // Macro definition
#include "ixstatus.h" // IGX status return codes.
#include "cfmacreg.h" // Compact flash MAC register
#include "hostcmd.h" // Host command
#include "oid.h" // common OID header between driver and application
#include "eagledev.h" // Device Object definition
#include "IgxBug.h" // debug macros
#include "cf_Ifc.h" // Compact flash interface definition.
#include "operfunc.h" // MrvDrv operation functions definition
#include "procdef.h" // NDIS Miniport procedure definition
#ifdef UNDER_CE // PJG: no such header in XP ddk.
#include <cardserv.h>
#endif
#include "dot11mib.h"
#ifdef CCX
#include "wlan_ccx.h"
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -