WindowsXP-SP1/base/boot/inc/haldtect.h
2020-09-30 16:53:49 +02:00

38 lines
421 B
C

/*++
Copyright (c) 1992 Microsoft Corporation
Module Name:
haldtect.h
Abstract:
Common header file for HAL detection routines
Author:
John Vert (jvert) 6-Oct-1993
Environment:
ARC environment
Revision History:
--*/
#include "bldr.h"
#include "setupblk.h"
#include "parseini.h"
#include "stdio.h"
#include "stdarg.h"
PCHAR
SlDetectHal(
VOID
);