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.

41 lines
1.2 KiB

  1. /***************************************************************************
  2. *
  3. * ******************************************
  4. * * Copyright (c) 1997, Cirrus Logic, Inc. *
  5. * * All Rights Reserved *
  6. * ******************************************
  7. *
  8. * PROJECT: Laguna (CL-GD546X) -
  9. *
  10. * FILE: pwrmgr.h
  11. *
  12. * AUTHOR: Benny Ng
  13. *
  14. * DESCRIPTION:
  15. * This is the include file for Power manager code.
  16. *
  17. * MODULES:
  18. *
  19. * REVISION HISTORY:
  20. * $Log: X:/log/laguna/powermgr/inc/pwrmgr.h $
  21. *
  22. * Rev 1.2 20 Jun 1997 13:25:42 bennyn
  23. * Moved power manager functions to Miniport
  24. *
  25. * Rev 1.1 23 Jan 1997 16:33:32 bennyn
  26. *
  27. *
  28. * Rev 1.0 16 Jan 1997 11:48:00 bennyn
  29. * Initial revision.
  30. *
  31. ****************************************************************************
  32. ****************************************************************************/
  33. #if defined WINNT_VER35 // WINNT_VER35
  34. // If WinNT 3.5 skip all the source code
  35. #else
  36. BOOL LgPM_SetHwModuleState (PPDEV ppdev, ULONG hwmod, ULONG state);
  37. BOOL LgPM_GetHwModuleState (PPDEV ppdev, ULONG hwmod, ULONG* state);
  38. #endif // WINNT_VER35
  39.