Rename xtoskrnl headers
All checks were successful
Builds / ExectOS (i686) (push) Successful in 30s
Builds / ExectOS (amd64) (push) Successful in 27s

This commit is contained in:
2023-10-28 22:35:33 +02:00
parent a2e3e3d9a9
commit 3f520c8e0f
8 changed files with 33 additions and 34 deletions

23
xtoskrnl/includes/po.h Normal file
View File

@@ -0,0 +1,23 @@
/**
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: xtoskrnl/includes/po.h
* DESCRIPTION: Private routine definitions for kernel power manager
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
#ifndef __XTOSKRNL_PO_H
#define __XTOSKRNL_PO_H
#include <xtos.h>
XTAPI
VOID
PoInitializeProcessorControlBlock(IN OUT PKPROCESSOR_CONTROL_BLOCK Prcb);
XTFASTCALL
VOID
PopIdle0Function(IN PPROCESSOR_POWER_STATE PowerState);
#endif /* __XTOSKRNL_PO_H */