NT4/private/ntos/nthals/halsgi/mips/sxusage.c

49 lines
556 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
/*++
Copyright (c) 1990 Microsoft Corporation
Module Name:
sxusage.c
Abstract:
The module reports the io resources in use by the SGI hal.
Author:
Revision History:
--*/
#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;
}