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