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.

52 lines
776 B

  1. ;/*
  2. ;++
  3. ;
  4. ; Module Name:
  5. ;
  6. ; acpi_mp.inc
  7. ;
  8. ; Abstract:
  9. ;
  10. ; include file for ACPI MP systems.
  11. ;
  12. ; WARNING: This file is included by both ASM and C files.
  13. ;
  14. ; Author:
  15. ;
  16. ;
  17. ;--
  18. ;
  19. if 0 ; Begin C only code */
  20. //
  21. // The next structures are defined so that ntapic.h is
  22. // satisfied. They are dummied up here so that halacpi
  23. // can share code with halmps more easily.
  24. //
  25. typedef PVOID PPCMPPROCESSOR;
  26. typedef PVOID PPCMPBUS;
  27. typedef PVOID PPCMPIOAPIC;
  28. typedef PVOID PPCMPINTI;
  29. typedef PVOID PPCMPLINTI;
  30. typedef PVOID PMPS_EXTENTRY;
  31. //
  32. // Generic NT APIC HAL stuff
  33. //
  34. #include "ntapic.inc"
  35. /*
  36. endif
  37. ;
  38. ; Begin assembly part of the definitions
  39. ;
  40. OEMPcr struc
  41. Reserved dd ?
  42. OEMPcr ends
  43. include ..\..\inc\ntapic.inc
  44. ;*/