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.
 
 
 
 
 
 

46 lines
600 B

/*++
Copyright (c) 1997 Microsoft Corporation
Module Name:
ixsleep.h
Abstract:
This file has all the common headers used
for saving and restoring context for multiple
processors.
Author:
Jake Oshins (jakeo) March 25, 1998
Revision History:
--*/
VOID
HalpSavePicState(
VOID
);
VOID
HalpRestorePicState(
VOID
);
VOID
HalpRestoreTempPicState(
VOID
);
VOID
HalpSaveProcessorStateAndWait(
IN PKPROCESSOR_STATE ProcessorState,
IN volatile PULONG Count
);
extern PVOID HalpResumeContext;
extern PKPROCESSOR_STATE HalpHiberProcState;