18 lines
313 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
// Hack! DbgPrint is much nicer than OutputDebugString so JonT exported it from xapi.lib
// (as DebugPrint) but the prototype isn't in the public headers...
extern "C"
{
ULONG
DebugPrint(
PCHAR Format,
...
);
}
VOID
LowLevelTest(
ULONG Port,
ULONG Slot
);