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, 1999-2001.
  4. * All rights reserved.
  5. *
  6. * Cyclom-Y Enumerator Driver
  7. *
  8. * This file: cyyguid.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. // {27111c90-e3ee-11d2-90f6-0000b4341b13}
  33. DEFINE_GUID( GUID_BUS_TYPE_CYCLOMY,
  34. 0x27111c90L, 0xe3ee, 0x11d2, 0x90, 0xf6, 0x00, 0x00, 0xb4, 0x34, 0x1b, 0x13 );
  35. // {6EF3E5F9-C75D-471c-BC7A-3E349058F7C8}
  36. DEFINE_GUID( GUID_CYCLOMY_BUS_ENUMERATOR,
  37. 0x6ef3e5f9, 0xc75d, 0x471c, 0xbc, 0x7a, 0x3e, 0x34, 0x90, 0x58, 0xf7, 0xc8);
  38. #endif // DEFINE_GUID