summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/halfxs/mips/jxusage.c
diff options
context:
space:
mode:
Diffstat (limited to 'private/ntos/nthals/halfxs/mips/jxusage.c')
-rw-r--r--private/ntos/nthals/halfxs/mips/jxusage.c48
1 files changed, 48 insertions, 0 deletions
diff --git a/private/ntos/nthals/halfxs/mips/jxusage.c b/private/ntos/nthals/halfxs/mips/jxusage.c
new file mode 100644
index 000000000..0c1d01efc
--- /dev/null
+++ b/private/ntos/nthals/halfxs/mips/jxusage.c
@@ -0,0 +1,48 @@
+/*++
+
+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;
+}