Leaked source code of windows server 2003
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.

33 lines
604 B

  1. /*++
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3. Module Name:
  4. PiHotSwap.h
  5. Abstract:
  6. This header contains private prototypes for managing hotswappable devices.
  7. This file should be included only by PpHotSwap.c.
  8. Author:
  9. Adrian J. Oney (AdriaO) 02/10/2001
  10. Revision History:
  11. --*/
  12. VOID
  13. PiHotSwapGetDetachableNode(
  14. IN PDEVICE_NODE DeviceNode,
  15. OUT PDEVICE_NODE *DetachableNode
  16. );
  17. VOID
  18. PiHotSwapGetDefaultBusRemovalPolicy(
  19. IN PDEVICE_NODE DeviceNode,
  20. OUT PDEVICE_REMOVAL_POLICY RemovalPolicy
  21. );