windows-nt/Source/XPSP1/NT/drivers/wdm/input/hid1394/debug.c
2020-09-26 16:20:57 +08:00

29 lines
552 B
C

/*
*************************************************************************
* File: DEBUG.C
*
* Module: HID1394.SYS
* HID (Human Input Device) minidriver for IEEE 1394 devices.
*
* Copyright (c) 1998 Microsoft Corporation
*
*
* Author: ervinp
*
*************************************************************************
*/
#include <wdm.h>
#include <hidport.h>
#include <1394.h>
#include "hid1394.h"
#include "debug.h"
#if DBG
BOOLEAN dbgVerbose = FALSE;
BOOLEAN dbgTrapOnWarn = FALSE;
#endif