Source code of Windows XP (NT5)
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.

67 lines
1.2 KiB

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. vfdef.h
  5. Abstract:
  6. This header collects together the various files neccessary to create a basic
  7. set of definitions for the verifier.
  8. Author:
  9. Adrian J. Oney (AdriaO) Feb. 10, 2000.
  10. Revision History:
  11. --*/
  12. //
  13. // Disable W4 level warnings generated by public headers.
  14. //
  15. #include "vfpragma.h"
  16. #include "ntos.h"
  17. #include <ntverp.h>
  18. #include "vfdebug.h"
  19. #include "vfmacro.h"
  20. #include "vfinit.h"
  21. #include "vfsettings.h"
  22. #include "vfmessage.h"
  23. #include "vfbugcheck.h"
  24. #include "vfprint.h"
  25. #include "vfutil.h"
  26. #include "vfstack.h"
  27. #include "vfirp.h"
  28. #include "vfirpdb.h"
  29. #include "vfdevobj.h"
  30. #include "vfpacket.h"
  31. #include "halverifier.h"
  32. #include "vfdeadlock.h"
  33. #include "..\io\trackirp.h"
  34. #include "..\io\sessnirp.h"
  35. #include "..\ob\obvutil.h"
  36. #include "..\io\iovutil.h"
  37. #include "..\io\pnpmgr\ppvutil.h"
  38. #include "vfdriver.h"
  39. #include "vfmajor.h"
  40. #include "vfpnp.h"
  41. #include "vfpower.h"
  42. #include "vfwmi.h"
  43. #include "vfgeneric.h"
  44. #include "vfrandom.h"
  45. #include "vfddi.h"
  46. //
  47. // For the sake of good coding practice, no macros or defines should be
  48. // declared in this file, but rather they should be defined in seperate headers.
  49. //