2020-09-30 17:12:29 +02:00

48 lines
675 B
C

//#pragma comment(exestr, "$Header: /usr4/winnt/SOURCES/halpcims/src/hal/halsnipm/mips/RCS/jxusage.c,v 1.1 1995/07/20 15:58:57 flo Exp $")
/*++
Copyright (c) 1990-1994 Microsoft Corporation
Module Name:
jxusage.c
Abstract:
The module reports the io resources in use by the JAZZ hal.
--*/
#include "halp.h"
VOID
HalReportResourceUsage(
VOID
)
/*++
Routine Description:
Arguments:
Return Value:
--*/
{
//
// BUGBUG: hal resouce usage reporting needs to be added here
//
// IoReportHalResourceUsage (
// HalName,
// RawResourceList,
// TranslatedResourceList,
// ListSize
// );
return;
}