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.

25 lines
689 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1998 - 2001
  5. //
  6. // File : bridge.h
  7. //
  8. // Contents :
  9. //
  10. // Notes :
  11. //
  12. // Author : Raghu Gatta (rgatta) 11 May 2001
  13. //
  14. //----------------------------------------------------------------------------
  15. extern ULONG g_ulBridgeNumTopCmds;
  16. extern ULONG g_ulBridgeNumGroups;
  17. extern CMD_ENTRY g_BridgeCmds[];
  18. extern CMD_GROUP_ENTRY g_BridgeCmdGroups[];
  19. FN_HANDLE_CMD HandleBridgeSetAdapter;
  20. FN_HANDLE_CMD HandleBridgeShowAdapter;
  21. FN_HANDLE_CMD HandleBridgeInstall;
  22. FN_HANDLE_CMD HandleBridgeUninstall;