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

/*++
Copyright (c) 2000 Microsoft Corporation
Module Name:
ixstate.c
Abstract:
This module implements the code for putting the machine to sleep.
Author:
Environment:
Kernel mode only.
Revision History:
--*/
#include "halcmn.h"
NTSTATUS
HaliAcpiSleep(
IN PVOID Context,
IN PENTER_STATE_SYSTEM_HANDLER SystemHandler OPTIONAL,
IN PVOID SystemContext,
IN LONG NumberProcessors,
IN volatile PLONG Number
)
{
AMD64_IMPLEMENT;
return STATUS_NOT_IMPLEMENTED;
}