Leaked source code of windows server 2003
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

  1. #pragma warning(disable:4214) // bit field types other than int
  2. #pragma warning(disable:4201) // nameless struct/union
  3. #pragma warning(disable:4115) // named type definition in parentheses
  4. #pragma warning(disable:4127) // conditional expression is constant
  5. #pragma warning(disable:4054) // cast of function pointer to PVOID
  6. #pragma warning(disable:4206) // translation unit is empty
  7. #include <ndis.h>
  8. #include "e100_equ.h"
  9. #include "e100_557.h"
  10. #include "e100_def.h"
  11. #include "mp_dbg.h"
  12. #include "mp_cmn.h"
  13. #include "mp_def.h"
  14. #include "mp.h"
  15. #include "mp_nic.h"
  16. #include "e100_sup.h"
  17. #if OFFLOAD
  18. #include "offload.h"
  19. #endif