19 lines
386 B
C
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
|