Windows-Server-2003/base/ntos/verifier/vfdebug.c

32 lines
381 B
C

/*++
Copyright (c) 2000 Microsoft Corporation
Module Name:
vfdebug.c
Abstract:
This module contains the neccessary code for controlling driver verifier
debug output.
Author:
Adrian J. Oney (AdriaO) May 5, 2000.
Revision History:
--*/
#include "vfdef.h"
//
// Today, all we need is this simple pre-inited ULONG.
//
#if DBG
ULONG VfSpewLevel = 0;
#endif