forked from xt-sys/exectos
Rename internal kernel headers to distinguish them easily from XTDK
This commit is contained in:
parent
53d84b772a
commit
dddd1eb183
@ -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 */
|
@ -1,13 +1,13 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/includes/hl.h
|
||||
* FILE: xtoskrnl/includes/hli.h
|
||||
* DESCRIPTION: XT hardware abstraction layer routines
|
||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||
*/
|
||||
|
||||
#ifndef __XTOSKRNL_HL_H
|
||||
#define __XTOSKRNL_HL_H
|
||||
#ifndef __XTOSKRNL_HLI_H
|
||||
#define __XTOSKRNL_HLI_H
|
||||
|
||||
#include <xtos.h>
|
||||
|
||||
@ -63,4 +63,4 @@ XTAPI
|
||||
VOID
|
||||
HlInitializeProcessor(VOID);
|
||||
|
||||
#endif /* __XTOSKRNL_HL_H */
|
||||
#endif /* __XTOSKRNL_HLI_H */
|
@ -1,13 +1,13 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/includes/i686/ar.h
|
||||
* FILE: xtoskrnl/includes/i686/ari.h
|
||||
* DESCRIPTION: I686 architecture library routines
|
||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||
*/
|
||||
|
||||
#ifndef __XTOSKRNL_I686_AR_H
|
||||
#define __XTOSKRNL_I686_AR_H
|
||||
#ifndef __XTOSKRNL_I686_ARI_H
|
||||
#define __XTOSKRNL_I686_ARI_H
|
||||
|
||||
#include <xtos.h>
|
||||
|
||||
@ -284,4 +284,4 @@ XTAPI
|
||||
VOID
|
||||
ArpSetNonMaskableInterruptTssEntry(IN PKPROCESSOR_BLOCK ProcessorBlock);
|
||||
|
||||
#endif /* __XTOSKRNL_I686_AR_H */
|
||||
#endif /* __XTOSKRNL_I686_ARI_H */
|
@ -1,13 +1,13 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/includes/i686/hl.h
|
||||
* FILE: xtoskrnl/includes/i686/hli.h
|
||||
* DESCRIPTION: XT hardware abstraction layer routines specific to i686 architecture
|
||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||
*/
|
||||
|
||||
#ifndef __XTOSKRNL_I686_HL_H
|
||||
#define __XTOSKRNL_I686_HL_H
|
||||
#ifndef __XTOSKRNL_I686_HLI_H
|
||||
#define __XTOSKRNL_I686_HLI_H
|
||||
|
||||
#include <xtos.h>
|
||||
|
||||
@ -50,4 +50,4 @@ XTFASTCALL
|
||||
UCHAR
|
||||
HlpTransformRunLevelToApicTpr(IN KRUNLEVEL RunLevel);
|
||||
|
||||
#endif /* __XTOSKRNL_I686_HL_H */
|
||||
#endif /* __XTOSKRNL_I686_HLI_H */
|
@ -1,13 +1,13 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/includes/i686/ke.h
|
||||
* FILE: xtoskrnl/includes/i686/kei.h
|
||||
* DESCRIPTION: XTOS kernel services routine definitions specific to i686 architecture
|
||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||
*/
|
||||
|
||||
#ifndef __XTOSKRNL_I686_KE_H
|
||||
#define __XTOSKRNL_I686_KE_H
|
||||
#ifndef __XTOSKRNL_I686_KEI_H
|
||||
#define __XTOSKRNL_I686_KEI_H
|
||||
|
||||
#include <xtos.h>
|
||||
|
||||
@ -53,4 +53,4 @@ XTAPI
|
||||
VOID
|
||||
KepSwitchBootStack(IN ULONG_PTR Stack);
|
||||
|
||||
#endif /* __XTOSKRNL_I686_KE_H */
|
||||
#endif /* __XTOSKRNL_I686_KEI_H */
|
@ -1,13 +1,13 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/includes/i686/mm.h
|
||||
* FILE: xtoskrnl/includes/i686/mmi.h
|
||||
* DESCRIPTION: XT memory manager routines specific to i686 architecture
|
||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||
*/
|
||||
|
||||
#ifndef __XTOSKRNL_I686_MM_H
|
||||
#define __XTOSKRNL_I686_MM_H
|
||||
#ifndef __XTOSKRNL_I686_MMI_H
|
||||
#define __XTOSKRNL_I686_MMI_H
|
||||
|
||||
#include <xtos.h>
|
||||
|
||||
@ -18,4 +18,4 @@ VOID
|
||||
MmZeroPages(IN PVOID Address,
|
||||
IN ULONG Size);
|
||||
|
||||
#endif /* __XTOSKRNL_I686_MM_H */
|
||||
#endif /* __XTOSKRNL_I686_MMI_H */
|
@ -1,13 +1,13 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/includes/i686/rtl.h
|
||||
* FILE: xtoskrnl/includes/i686/rtli.h
|
||||
* DESCRIPTION: XT runtime library routines specific to i686 architecture
|
||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||
*/
|
||||
|
||||
#ifndef __XTOSKRNL_I686_RTL_H
|
||||
#define __XTOSKRNL_I686_RTL_H
|
||||
#ifndef __XTOSKRNL_I686_RTLI_H
|
||||
#define __XTOSKRNL_I686_RTLI_H
|
||||
|
||||
#include <xtos.h>
|
||||
|
||||
@ -18,4 +18,4 @@ VOID
|
||||
RtlGetStackLimits(OUT PULONG_PTR StackBase,
|
||||
OUT PULONG_PTR StackLimit);
|
||||
|
||||
#endif /* __XTOSKRNL_I686_RTL_H */
|
||||
#endif /* __XTOSKRNL_I686_RTLI_H */
|
@ -1,13 +1,13 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/includes/ke.h
|
||||
* FILE: xtoskrnl/includes/kei.h
|
||||
* DESCRIPTION: XTOS kernel services routine definitions
|
||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||
*/
|
||||
|
||||
#ifndef __XTOSKRNL_KE_H
|
||||
#define __XTOSKRNL_KE_H
|
||||
#ifndef __XTOSKRNL_KEI_H
|
||||
#define __XTOSKRNL_KEI_H
|
||||
|
||||
#include <xtos.h>
|
||||
|
||||
@ -112,4 +112,4 @@ KepSuspendThread(IN PVOID NormalContext,
|
||||
IN PVOID SystemArgument1,
|
||||
IN PVOID SystemArgument2);
|
||||
|
||||
#endif /* __XTOSKRNL_KE_H */
|
||||
#endif /* __XTOSKRNL_KEI_H */
|
@ -1,13 +1,13 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/includes/mm.h
|
||||
* FILE: xtoskrnl/includes/mmi.h
|
||||
* DESCRIPTION: Memory manager routines
|
||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||
*/
|
||||
|
||||
#ifndef __XTOSKRNL_MM_H
|
||||
#define __XTOSKRNL_MM_H
|
||||
#ifndef __XTOSKRNL_MMI_H
|
||||
#define __XTOSKRNL_MMI_H
|
||||
|
||||
#include <xtos.h>
|
||||
|
||||
@ -24,4 +24,4 @@ VOID
|
||||
MmFreeKernelStack(IN PVOID Stack,
|
||||
IN BOOLEAN LargeStack);
|
||||
|
||||
#endif /* __XTOSKRNL_MM_H */
|
||||
#endif /* __XTOSKRNL_MMI_H */
|
@ -1,13 +1,13 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/includes/po.h
|
||||
* FILE: xtoskrnl/includes/poi.h
|
||||
* DESCRIPTION: Power manager subsystem routines
|
||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||
*/
|
||||
|
||||
#ifndef __XTOSKRNL_PO_H
|
||||
#define __XTOSKRNL_PO_H
|
||||
#ifndef __XTOSKRNL_POI_H
|
||||
#define __XTOSKRNL_POI_H
|
||||
|
||||
#include <xtos.h>
|
||||
|
||||
@ -32,4 +32,4 @@ PopPerfIdleDpc(IN PKDPC Dpc,
|
||||
IN PVOID SystemArgument1,
|
||||
IN PVOID SystemArgument2);
|
||||
|
||||
#endif /* __XTOSKRNL_PO_H */
|
||||
#endif /* __XTOSKRNL_POI_H */
|
@ -1,13 +1,13 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/includes/rtl.h
|
||||
* FILE: xtoskrnl/includes/rtli.h
|
||||
* DESCRIPTION: XT runtime library routines
|
||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||
*/
|
||||
|
||||
#ifndef __XTOSKRNL_RTL_H
|
||||
#define __XTOSKRNL_RTL_H
|
||||
#ifndef __XTOSKRNL_RTLI_H
|
||||
#define __XTOSKRNL_RTLI_H
|
||||
|
||||
#include <xtos.h>
|
||||
|
||||
@ -235,4 +235,4 @@ XTCDECL
|
||||
VOID
|
||||
RtlRemoveEntryList(IN PLIST_ENTRY Entry);
|
||||
|
||||
#endif /* __XTOSKRNL_RTL_H */
|
||||
#endif /* __XTOSKRNL_RTLI_H */
|
@ -14,15 +14,15 @@
|
||||
|
||||
/* Kernel specific headers */
|
||||
#include "globals.h"
|
||||
#include "hl.h"
|
||||
#include "ke.h"
|
||||
#include "mm.h"
|
||||
#include "po.h"
|
||||
#include "rtl.h"
|
||||
#include "hli.h"
|
||||
#include "kei.h"
|
||||
#include "mmi.h"
|
||||
#include "poi.h"
|
||||
#include "rtli.h"
|
||||
|
||||
#include ARCH_HEADER(globals.h)
|
||||
#include ARCH_HEADER(ar.h)
|
||||
#include ARCH_HEADER(hl.h)
|
||||
#include ARCH_HEADER(ke.h)
|
||||
#include ARCH_HEADER(mm.h)
|
||||
#include ARCH_HEADER(rtl.h)
|
||||
#include ARCH_HEADER(ari.h)
|
||||
#include ARCH_HEADER(hli.h)
|
||||
#include ARCH_HEADER(kei.h)
|
||||
#include ARCH_HEADER(mmi.h)
|
||||
#include ARCH_HEADER(rtli.h)
|
||||
|
Loading…
Reference in New Issue
Block a user