windows-nt/Source/XPSP1/NT/drivers/parallel/parclass/test.h

19 lines
386 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1998 - 1998
//
// File: test.h
//
//--------------------------------------------------------------------------
#define TST 1 // enable test functions
#if TST
VOID
regTst(PDEVICE_OBJECT PortDeviceObject);
#endif