Source code of Windows XP (NT5)
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.

39 lines
603 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. ixstate.c
  5. Abstract:
  6. This module implements the code for putting the machine to sleep.
  7. Author:
  8. Environment:
  9. Kernel mode only.
  10. Revision History:
  11. --*/
  12. #include "halcmn.h"
  13. NTSTATUS
  14. HaliAcpiSleep(
  15. IN PVOID Context,
  16. IN PENTER_STATE_SYSTEM_HANDLER SystemHandler OPTIONAL,
  17. IN PVOID SystemContext,
  18. IN LONG NumberProcessors,
  19. IN volatile PLONG Number
  20. )
  21. {
  22. AMD64_IMPLEMENT;
  23. return STATUS_NOT_IMPLEMENTED;
  24. }