windows-nt/Source/XPSP1/NT/drivers/parallel/parclass/test.h
2020-09-26 16:20:57 +08:00

19 lines
386 B
C

//+-------------------------------------------------------------------------
//
// 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