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.

42 lines
1.4 KiB

  1. /*--------------------------------------------------------------------------
  2. *
  3. * Copyright (C) Cyclades Corporation, 2000-2001.
  4. * All rights reserved.
  5. *
  6. * Cyclades-Z Enumerator Driver
  7. *
  8. * This file: cyzguid.h
  9. *
  10. * Description: Defines GUIDs for function device classes and device
  11. * events used in Plug & Play.
  12. *
  13. * Notes: This code supports Windows 2000 and Windows XP,
  14. * x86 and ia64 processors.
  15. *
  16. * Complies with Cyclades SW Coding Standard rev 1.3.
  17. *
  18. *--------------------------------------------------------------------------
  19. */
  20. /*-------------------------------------------------------------------------
  21. *
  22. * Change History
  23. *
  24. *--------------------------------------------------------------------------
  25. * Initial implementation based on Microsoft sample code.
  26. *
  27. *--------------------------------------------------------------------------
  28. */
  29. #ifdef DEFINE_GUID // don't break compiles of drivers that
  30. // include this header but don't want the
  31. // GUIDs
  32. // {E3D3A656-2E9E-44d3-BE40-A1C2C2C3DF6E}
  33. DEFINE_GUID( GUID_BUS_TYPE_CYCLADESZ,
  34. 0xe3d3a656, 0x2e9e, 0x44d3, 0xbe, 0x40, 0xa1, 0xc2, 0xc2, 0xc3, 0xdf, 0x6e);
  35. // {4C62392F-8A83-4c67-A286-2C879C3712B6}
  36. DEFINE_GUID( GUID_CYCLADESZ_BUS_ENUMERATOR,
  37. 0x4c62392f, 0x8a83, 0x4c67, 0xa2, 0x86, 0x2c, 0x87, 0x9c, 0x37, 0x12, 0xb6);
  38. #endif // DEFINE_GUID