summaryrefslogblamecommitdiffstats
path: root/private/ntos/nthals/haldti/mips/jxusage.c
blob: 0c1d01efc9e0db3ac3684e9b92ae02cb221d299c (plain) (tree)















































                                                                 
/*++

Copyright (c) 1990  Microsoft Corporation

Module Name:

    jxusage.c

Abstract:

    The module reports the io resources in use by the JAZZ 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;
}