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.

29 lines
335 B

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. halverifier.c
  5. Abstract:
  6. This module contains the routines to verify hal usage & apis.
  7. Author:
  8. Jordan Tigani (jtigani) 12-Nov-1999
  9. Revision History:
  10. --*/
  11. #ifndef _HAL_VERIFIER_
  12. #define _HAL_VERIFIER_
  13. VOID
  14. VfHalVerifierInitialize(
  15. VOID
  16. );
  17. #endif