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.

48 lines
1.2 KiB

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. halsym.c
  5. --*/
  6. #include "nthal.h"
  7. #include "acpitabl.h"
  8. #ifdef _X86_
  9. #include "pcmp.inc"
  10. #include "ntapic.inc"
  11. #include "halp.h"
  12. #include "ixisa.h"
  13. #endif
  14. #ifdef _X86_
  15. ADAPTER_OBJECT a1;
  16. #endif
  17. CONTROLLER_OBJECT c1;
  18. DESCRIPTION_HEADER descriptionheader;
  19. FADT fadt;
  20. RSDP rsdp;
  21. FACS facs;
  22. RSDT rsdt;
  23. GEN_ADDR genaddr;
  24. LARGE_INTEGER largeinteger;
  25. MAPIC mapic;
  26. PROCLOCALAPIC proclocalapic;
  27. IOAPIC ioapic;
  28. ISA_VECTOR isavector;
  29. IO_NMISOURCE ionmisource;
  30. LOCAL_NMISOURCE localnmisource;
  31. PROCLOCALSAPIC proclocalsapic;
  32. IOSAPIC iosapic;
  33. PLATFORM_INTERRUPT platforminterrupt;
  34. #ifdef _X86_
  35. struct HalpMpInfo halpMpInfoTable;
  36. #endif
  37. int cdecl main() {
  38. return 0;
  39. }