38 lines
384 B
C
38 lines
384 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
|
|
);
|
|
|
|
|