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.

53 lines
805 B

  1. ;/*
  2. ;++
  3. ;
  4. ; Copyright (c) 1992 Intel Corporation
  5. ; All rights reserved
  6. ;
  7. ; INTEL CORPORATION PROPRIETARY INFORMATION
  8. ;
  9. ; This software is supplied to Microsoft under the terms
  10. ; of a license agreement with Intel Corporation and may not be
  11. ; copied nor disclosed except in accordance with the terms
  12. ; of that agreement.
  13. ;
  14. ;
  15. ; Module Name:
  16. ;
  17. ; pcmp_nt.inc
  18. ;
  19. ; Abstract:
  20. ;
  21. ; include file for PC+MP system.
  22. ;
  23. ; WARNING: This file is included by both ASM and C files.
  24. ;
  25. ; Author:
  26. ;
  27. ; Ron Mosgrove (Intel) 30-July-1993
  28. ;
  29. ;--
  30. ;
  31. if 0 ; Begin C only code */
  32. //
  33. // Specific MPS 1.4 stuff
  34. //
  35. #include "pcmp.inc"
  36. //
  37. // Generic NT APIC HAL stuff
  38. //
  39. #include "ntapic.inc"
  40. /*
  41. endif
  42. ;
  43. ; Begin assembly part of the definitions
  44. ;
  45. include pcmp.inc
  46. include ntapic.inc
  47. ;*/