forked from xt-sys/exectos
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/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 */
|
Reference in New Issue
Block a user