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.

35 lines
614 B

  1. #pragma warning (disable: 4201 4206 4214 4220 4115 4514)
  2. #define SPEC_VER 99
  3. #define _NTDRIVER_
  4. #define _NTDDK_
  5. #include <stdarg.h>
  6. #include <stdio.h>
  7. #include <ntos.h>
  8. #include <acpitabl.h>
  9. #include <amli.h>
  10. #include <aml.h>
  11. #include <acpios.h>
  12. #include <strlib.h>
  13. //
  14. // This is the header for interfacing with the HAL
  15. //
  16. #include <ntacpi.h>
  17. #include "amlipriv.h"
  18. #include "ctxt.h"
  19. #include "data.h"
  20. #include "proto.h"
  21. #include "cmdarg.h"
  22. #include "debugger.h"
  23. #include "amldebug.h"
  24. #include "trace.h"
  25. #include "amlihook.h"
  26. #include "amlitest.h"
  27. #include "errlog.h"
  28. #include "acpilog.h"
  29. #include "wmilog.h"