summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/halsnip/mips/jxusage.c
blob: b39cab41817ac9c0e88524192a0112cdf38cc377 (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
//#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;
}