/** * PROJECT: ExectOS * COPYRIGHT: See COPYING.md in the top level directory * FILE: xtoskrnl/includes/popfuncs.h * DESCRIPTION: Private routine definitions for kernel power manager * DEVELOPERS: Rafal Kupiec */ #ifndef __XTOSKRNL_POPFUNCS_H #define __XTOSKRNL_POPFUNCS_H #include XTAPI VOID PoInitializeProcessorControlBlock(IN OUT PKPROCESSOR_CONTROL_BLOCK Prcb); XTFASTCALL VOID PopIdle0Function(IN PPROCESSOR_POWER_STATE PowerState); #endif /* __XTOSKRNL_POPFUNCS_H */