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.

32 lines
453 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. sleep.h
  5. Abstract:
  6. This module contains the enumerated for the ACPI driver, NT version
  7. Author:
  8. Stephane Plante (splante)
  9. Environment:
  10. NT Kernel Model Driver only
  11. --*/
  12. #ifndef _SLEEP_H_
  13. #define _SLEEP_H_
  14. NTSTATUS
  15. ACPIHandleSetPower (
  16. IN PDEVICE_OBJECT DeviceObject,
  17. IN PIRP Irp
  18. );
  19. #endif