You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
670 B
25 lines
670 B
#pragma warning(disable:4214) // bit field types other than int
|
|
|
|
#pragma warning(disable:4201) // nameless struct/union
|
|
#pragma warning(disable:4115) // named type definition in parentheses
|
|
#pragma warning(disable:4127) // conditional expression is constant
|
|
#pragma warning(disable:4054) // cast of function pointer to PVOID
|
|
#pragma warning(disable:4206) // translation unit is empty
|
|
|
|
#include <ndis.h>
|
|
|
|
#include "e100_equ.h"
|
|
#include "e100_557.h"
|
|
#include "e100_def.h"
|
|
|
|
#include "mp_dbg.h"
|
|
#include "mp_cmn.h"
|
|
#include "mp_def.h"
|
|
#include "mp.h"
|
|
#include "mp_nic.h"
|
|
|
|
#include "e100_sup.h"
|
|
|
|
#if OFFLOAD
|
|
#include "offload.h"
|
|
#endif
|