Source code of Windows XP (NT5)
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.

20 lines
447 B

  1. //=============================================================================
  2. // Copyright (c) 1998 Microsoft Corporation
  3. // Module Name: debug.h
  4. // Abstract:
  5. //
  6. // Author: K.S.Lokesh (lokeshs@) 1-1-98
  7. //=============================================================================
  8. VOID
  9. DebugPrintGlobalConfig(
  10. PDVMRP_GLOBAL_CONFIG pGlobalConfig
  11. );
  12. VOID
  13. DebugPrintIfConfig(
  14. ULONG IfIndex,
  15. PDVMRP_IF_CONFIG pIfConfig
  16. );