Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
558 B

4 years ago
  1. /*++
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. jxusage.c
  5. Abstract:
  6. The module reports the io resources in use by the alpha hal.
  7. Author:
  8. Revision History:
  9. --*/
  10. #include "halp.h"
  11. VOID
  12. HalReportResourceUsage(
  13. VOID
  14. )
  15. /*++
  16. Routine Description:
  17. Arguments:
  18. Return Value:
  19. --*/
  20. {
  21. //
  22. // BUGBUG: hal resouce usage reporting needs to be added here
  23. //
  24. // IoReportHalResourceUsage (
  25. // HalName,
  26. // RawResourceList,
  27. // TranslatedResourceList,
  28. // ListSize
  29. // );
  30. return;
  31. }