Leaked source code of windows server 2003
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.

37 lines
421 B

  1. /*++
  2. Copyright (c) 1992 Microsoft Corporation
  3. Module Name:
  4. haldtect.h
  5. Abstract:
  6. Common header file for HAL detection routines
  7. Author:
  8. John Vert (jvert) 6-Oct-1993
  9. Environment:
  10. ARC environment
  11. Revision History:
  12. --*/
  13. #include "bldr.h"
  14. #include "setupblk.h"
  15. #include "parseini.h"
  16. #include "stdio.h"
  17. #include "stdarg.h"
  18. PCHAR
  19. SlDetectHal(
  20. VOID
  21. );