Cleanup XTDK and XTOSKRNL headers
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 30s
Builds / ExectOS (i686) (push) Successful in 28s

This commit is contained in:
2023-10-29 09:58:47 +01:00
parent 841a6b304b
commit f05a262da2
20 changed files with 24 additions and 96 deletions

View File

@@ -2,7 +2,7 @@
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: xtoskrnl/includes/amd64/ar.h
* DESCRIPTION: Private AMD64 routine definitions for architecture library
* DESCRIPTION: AMD64 architecture library routines
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
@@ -11,6 +11,8 @@
#include <xtos.h>
/* AMD64 architecture library routines forward references */
XTCDECL
VOID
ArClearInterruptFlag();

View File

@@ -2,7 +2,7 @@
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: xtoskrnl/includes/amd64/ke.h
* DESCRIPTION: Private AMD64 routine definitions for kernel services
* DESCRIPTION: XTOS kernel services routine definitions specific to AMD64 architecture
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
@@ -12,6 +12,7 @@
#include <xtos.h>
/* AMD64 specific Kernel services routines forward references */
XTAPI
PKPROCESSOR_BLOCK
KeGetCurrentProcessorBlock(VOID);

View File

@@ -12,6 +12,7 @@
#include <xtos.h>
/* AMD64 Memory Manager routines forward references */
XTFASTCALL
VOID
MmZeroPages(IN PVOID Address,

View File

@@ -12,6 +12,7 @@
#include <xtos.h>
/* Runtime Library routines specific to AMD64 forward references */
XTAPI
VOID
RtlGetStackLimits(OUT PULONG_PTR StackBase,