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.

40 lines
795 B

  1. /*++
  2. Copyright (c) 1990-1998 Microsoft Corporation, All Rights Reserved.
  3. Module Name:
  4. keywords.h
  5. Abstract:
  6. Contains all Ndis2 and Ndis3 mac-specific keywords.
  7. Author:
  8. Bob Noradki
  9. Environment:
  10. This driver is expected to work in DOS, OS2 and NT at the equivalent
  11. of kernal mode.
  12. Architecturally, there is an assumption in this driver that we are
  13. on a little endian machine.
  14. Notes:
  15. optional-notes
  16. Revision History:
  17. --*/
  18. #define IOADDRESS NDIS_STRING_CONST("IoBaseAddress")
  19. #define INTERRUPT NDIS_STRING_CONST("InterruptNumber")
  20. #define MAX_MULTICAST_LIST NDIS_STRING_CONST("MaximumMulticastList")
  21. #define NETWORK_ADDRESS NDIS_STRING_CONST("NetworkAddress")
  22. #define BUS_TYPE NDIS_STRING_CONST("BusType")