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.

30 lines
329 B

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. acpiterm.h
  5. Abstract:
  6. This module is the header for acpiterm.c
  7. Author:
  8. Environment:
  9. NT Kernel Mode Driver Only
  10. --*/
  11. #ifndef _ACPITERM_H_
  12. #define _ACPITERM_H_
  13. VOID
  14. ACPICleanUp(
  15. VOID
  16. );
  17. #endif