2025-04-27 07:49:33 -04:00

19 lines
404 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