Rename internal kernel headers to distinguish them easily from XTDK
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/includes/amd64/ar.h
|
||||
* FILE: xtoskrnl/includes/amd64/ari.h
|
||||
* DESCRIPTION: AMD64 architecture library routines
|
||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||
*/
|
||||
|
||||
#ifndef __XTOSKRNL_AMD64_AR_H
|
||||
#define __XTOSKRNL_AMD64_AR_H
|
||||
#ifndef __XTOSKRNL_AMD64_ARI_H
|
||||
#define __XTOSKRNL_AMD64_ARI_H
|
||||
|
||||
#include <xtos.h>
|
||||
|
||||
@@ -288,4 +288,4 @@ ArpSetIdtGate(IN PKIDTENTRY Idt,
|
||||
IN USHORT Ist,
|
||||
IN USHORT Access);
|
||||
|
||||
#endif /* __XTOSKRNL_AMD64_AR_H */
|
||||
#endif /* __XTOSKRNL_AMD64_ARI_H */
|
@@ -1,13 +1,13 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/includes/amd64/hl.h
|
||||
* FILE: xtoskrnl/includes/amd64/hli.h
|
||||
* DESCRIPTION: XT hardware abstraction layer routines specific to AMD64 architecture
|
||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||
*/
|
||||
|
||||
#ifndef __XTOSKRNL_AMD64_HL_H
|
||||
#define __XTOSKRNL_AMD64_HL_H
|
||||
#ifndef __XTOSKRNL_AMD64_HLI_H
|
||||
#define __XTOSKRNL_AMD64_HLI_H
|
||||
|
||||
#include <xtos.h>
|
||||
|
||||
@@ -50,4 +50,4 @@ XTFASTCALL
|
||||
UCHAR
|
||||
HlpTransformRunLevelToApicTpr(IN KRUNLEVEL RunLevel);
|
||||
|
||||
#endif /* __XTOSKRNL_AMD64_HL_H */
|
||||
#endif /* __XTOSKRNL_AMD64_HLI_H */
|
@@ -1,13 +1,13 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/includes/amd64/ke.h
|
||||
* FILE: xtoskrnl/includes/amd64/kei.h
|
||||
* DESCRIPTION: XTOS kernel services routine definitions specific to AMD64 architecture
|
||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||
*/
|
||||
|
||||
#ifndef __XTOSKRNL_AMD64_KE_H
|
||||
#define __XTOSKRNL_AMD64_KE_H
|
||||
#ifndef __XTOSKRNL_AMD64_KEI_H
|
||||
#define __XTOSKRNL_AMD64_KEI_H
|
||||
|
||||
#include <xtos.h>
|
||||
|
||||
@@ -53,4 +53,4 @@ XTAPI
|
||||
VOID
|
||||
KepSwitchBootStack(IN ULONG_PTR Stack);
|
||||
|
||||
#endif /* __XTOSKRNL_AMD64_KE_H */
|
||||
#endif /* __XTOSKRNL_AMD64_KEI_H */
|
@@ -1,13 +1,13 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/includes/amd64/mm.h
|
||||
* FILE: xtoskrnl/includes/amd64/mmi.h
|
||||
* DESCRIPTION: XT memory manager routines specific to AMD64 architecture
|
||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||
*/
|
||||
|
||||
#ifndef __XTOSKRNL_AMD64_MM_H
|
||||
#define __XTOSKRNL_AMD64_MM_H
|
||||
#ifndef __XTOSKRNL_AMD64_MMI_H
|
||||
#define __XTOSKRNL_AMD64_MMI_H
|
||||
|
||||
#include <xtos.h>
|
||||
|
||||
@@ -18,4 +18,4 @@ VOID
|
||||
MmZeroPages(IN PVOID Address,
|
||||
IN ULONG Size);
|
||||
|
||||
#endif /* __XTOSKRNL_AMD64_MM_H */
|
||||
#endif /* __XTOSKRNL_AMD64_MMI_H */
|
@@ -1,13 +1,13 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/includes/amd64/rtl.h
|
||||
* FILE: xtoskrnl/includes/amd64/rtli.h
|
||||
* DESCRIPTION: XT runtime library routines specific to AMD64 architecture
|
||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||
*/
|
||||
|
||||
#ifndef __XTOSKRNL_AMD64_RTL_H
|
||||
#define __XTOSKRNL_AMD64_RTL_H
|
||||
#ifndef __XTOSKRNL_AMD64_RTLI_H
|
||||
#define __XTOSKRNL_AMD64_RTLI_H
|
||||
|
||||
#include <xtos.h>
|
||||
|
||||
@@ -18,4 +18,4 @@ VOID
|
||||
RtlGetStackLimits(OUT PULONG_PTR StackBase,
|
||||
OUT PULONG_PTR StackLimit);
|
||||
|
||||
#endif /* __XTOSKRNL_AMD64_RTL_H */
|
||||
#endif /* __XTOSKRNL_AMD64_RTLI_H */
|
Reference in New Issue
Block a user