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.

47 lines
672 B

4 years ago
  1. //#pragma comment(exestr, "$Header: /usr4/winnt/SOURCES/ddk35/src/hal/halsni/mips/RCS/jxusage.c,v 1.1 1994/10/13 15:47:06 holli Exp $")
  2. /*++
  3. Copyright (c) 1990-1994 Microsoft Corporation
  4. Module Name:
  5. jxusage.c
  6. Abstract:
  7. The module reports the io resources in use by the JAZZ hal.
  8. --*/
  9. #include "halp.h"
  10. VOID
  11. HalReportResourceUsage(
  12. VOID
  13. )
  14. /*++
  15. Routine Description:
  16. Arguments:
  17. Return Value:
  18. --*/
  19. {
  20. //
  21. // BUGBUG: hal resouce usage reporting needs to be added here
  22. //
  23. // IoReportHalResourceUsage (
  24. // HalName,
  25. // RawResourceList,
  26. // TranslatedResourceList,
  27. // ListSize
  28. // );
  29. return;
  30. }