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.
 
 
 
 
 
 

29 lines
364 B

/*++
Copyright (c) 1999 Microsoft Corporation
Module Name:
halverifier.c
Abstract:
This module contains the routines to verify hal usage & apis.
Author:
Jordan Tigani (jtigani) 12-Nov-1999
Revision History:
--*/
#ifndef _HAL_VERIFIER_
#define _HAL_VERIFIER_
VOID
VfHalVerifierInitialize(
VOID
);
#endif