summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/halsgi/mips/sxusage.c
blob: 07cecfba617e823c93100fcf251ef43acdca44fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/*++

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;
}