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.

38 lines
499 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. butt.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 _WORKER_H_
  13. #define _WORKER_H_
  14. VOID
  15. ACPIInitializeWorker (
  16. VOID
  17. );
  18. VOID
  19. ACPISetDeviceWorker (
  20. IN PDEVICE_EXTENSION DevExt,
  21. IN ULONG Events
  22. );
  23. #endif _WORKER_H_