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.

41 lines
542 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. All rights reserved
  4. Module Name:
  5. acpisetd.c
  6. Abstract:
  7. This module detects an ACPI system. It
  8. is included into setup so that setup
  9. can figure out which HAL to load
  10. Author:
  11. Jake Oshins (jakeo) - August 24, 2000.
  12. Environment:
  13. Textmode setup.
  14. Revision History:
  15. split from i386\acpidtct.c so that the code could be used on IA64
  16. --*/
  17. #include "bootlib.h"
  18. #include "stdlib.h"
  19. #include "string.h"
  20. #include "acpitabl.h"
  21. VOID
  22. BlFindRsdp (
  23. VOID
  24. );