Rename xtoskrnl headers
This commit is contained in:
parent
a2e3e3d9a9
commit
3f520c8e0f
@ -1,13 +1,13 @@
|
|||||||
/**
|
/**
|
||||||
* PROJECT: ExectOS
|
* PROJECT: ExectOS
|
||||||
* COPYRIGHT: See COPYING.md in the top level directory
|
* COPYRIGHT: See COPYING.md in the top level directory
|
||||||
* FILE: xtoskrnl/includes/amd64/arpfuncs.h
|
* FILE: xtoskrnl/includes/amd64/ar.h
|
||||||
* DESCRIPTION: Private AMD64 routine definitions for architecture library
|
* DESCRIPTION: Private AMD64 routine definitions for architecture library
|
||||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __XTOSKRNL_AMD64_ARPFUNCS_H
|
#ifndef __XTOSKRNL_AMD64_AR_H
|
||||||
#define __XTOSKRNL_AMD64_ARPFUNCS_H
|
#define __XTOSKRNL_AMD64_AR_H
|
||||||
|
|
||||||
#include <xtos.h>
|
#include <xtos.h>
|
||||||
|
|
||||||
@ -165,4 +165,4 @@ ArpSetIdtGate(IN PKIDTENTRY Idt,
|
|||||||
IN USHORT Ist,
|
IN USHORT Ist,
|
||||||
IN USHORT Access);
|
IN USHORT Access);
|
||||||
|
|
||||||
#endif /* __XTOSKRNL_AMD64_ARPFUNCS_H */
|
#endif /* __XTOSKRNL_AMD64_AR_H */
|
@ -1,13 +1,13 @@
|
|||||||
/**
|
/**
|
||||||
* PROJECT: ExectOS
|
* PROJECT: ExectOS
|
||||||
* COPYRIGHT: See COPYING.md in the top level directory
|
* COPYRIGHT: See COPYING.md in the top level directory
|
||||||
* FILE: xtoskrnl/includes/amd64/kepfuncs.h
|
* FILE: xtoskrnl/includes/amd64/ke.h
|
||||||
* DESCRIPTION: Private AMD64 routine definitions for kernel services
|
* DESCRIPTION: Private AMD64 routine definitions for kernel services
|
||||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __XTOSKRNL_AMD64_KEPFUNCS_H
|
#ifndef __XTOSKRNL_AMD64_KE_H
|
||||||
#define __XTOSKRNL_AMD64_KEPFUNCS_H
|
#define __XTOSKRNL_AMD64_KE_H
|
||||||
|
|
||||||
#include <xtos.h>
|
#include <xtos.h>
|
||||||
|
|
||||||
@ -44,4 +44,4 @@ XTAPI
|
|||||||
VOID
|
VOID
|
||||||
KepSwitchBootStack(IN ULONG_PTR Stack);
|
KepSwitchBootStack(IN ULONG_PTR Stack);
|
||||||
|
|
||||||
#endif /* __XTOSKRNL_AMD64_KEPFUNCS_H */
|
#endif /* __XTOSKRNL_AMD64_KE_H */
|
@ -1,16 +1,15 @@
|
|||||||
/**
|
/**
|
||||||
* PROJECT: ExectOS
|
* PROJECT: ExectOS
|
||||||
* COPYRIGHT: See COPYING.md in the top level directory
|
* COPYRIGHT: See COPYING.md in the top level directory
|
||||||
* FILE: xtoskrnl/includes/arpfuncs.h
|
* FILE: xtoskrnl/includes/ar.h
|
||||||
* DESCRIPTION: Private routine definitions for architecture library
|
* DESCRIPTION: Private routine definitions for architecture library
|
||||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __XTOSKRNL_ARPFUNCS_H
|
#ifndef __XTOSKRNL_AR_H
|
||||||
#define __XTOSKRNL_ARPFUNCS_H
|
#define __XTOSKRNL_AR_H
|
||||||
|
|
||||||
#include <xtos.h>
|
#include <xtos.h>
|
||||||
#include ARCH_HEADER(arpfuncs.h)
|
|
||||||
|
|
||||||
|
|
||||||
#endif /* __XTOSKRNL_ARPFUNCS_H */
|
#endif /* __XTOSKRNL_AR_H */
|
@ -1,13 +1,13 @@
|
|||||||
/**
|
/**
|
||||||
* PROJECT: ExectOS
|
* PROJECT: ExectOS
|
||||||
* COPYRIGHT: See COPYING.md in the top level directory
|
* COPYRIGHT: See COPYING.md in the top level directory
|
||||||
* FILE: xtoskrnl/includes/i686/arpfuncs.h
|
* FILE: xtoskrnl/includes/i686/ar.h
|
||||||
* DESCRIPTION: Private i686 routine definitions for architecture library
|
* DESCRIPTION: Private i686 routine definitions for architecture library
|
||||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __XTOSKRNL_I686_ARPFUNCS_H
|
#ifndef __XTOSKRNL_I686_AR_H
|
||||||
#define __XTOSKRNL_I686_ARPFUNCS_H
|
#define __XTOSKRNL_I686_AR_H
|
||||||
|
|
||||||
#include <xtos.h>
|
#include <xtos.h>
|
||||||
|
|
||||||
@ -165,4 +165,4 @@ XTAPI
|
|||||||
VOID
|
VOID
|
||||||
ArpSetNonMaskableInterruptTssEntry(IN PKPROCESSOR_BLOCK ProcessorBlock);
|
ArpSetNonMaskableInterruptTssEntry(IN PKPROCESSOR_BLOCK ProcessorBlock);
|
||||||
|
|
||||||
#endif /* __XTOSKRNL_I686_ARPFUNCS_H */
|
#endif /* __XTOSKRNL_I686_AR_H */
|
@ -1,13 +1,13 @@
|
|||||||
/**
|
/**
|
||||||
* PROJECT: ExectOS
|
* PROJECT: ExectOS
|
||||||
* COPYRIGHT: See COPYING.md in the top level directory
|
* COPYRIGHT: See COPYING.md in the top level directory
|
||||||
* FILE: xtoskrnl/includes/i686/kepfuncs.h
|
* FILE: xtoskrnl/includes/i686/ke.h
|
||||||
* DESCRIPTION: Private i686 routine definitions for kernel services
|
* DESCRIPTION: Private i686 routine definitions for kernel services
|
||||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __XTOSKRNL_I686_KEPFUNCS_H
|
#ifndef __XTOSKRNL_I686_KE_H
|
||||||
#define __XTOSKRNL_I686_KEPFUNCS_H
|
#define __XTOSKRNL_I686_KE_H
|
||||||
|
|
||||||
#include <xtos.h>
|
#include <xtos.h>
|
||||||
|
|
||||||
@ -44,4 +44,4 @@ XTAPI
|
|||||||
VOID
|
VOID
|
||||||
KepSwitchBootStack(IN ULONG_PTR Stack);
|
KepSwitchBootStack(IN ULONG_PTR Stack);
|
||||||
|
|
||||||
#endif /* __XTOSKRNL_I686_KEPFUNCS_H */
|
#endif /* __XTOSKRNL_I686_KE_H */
|
@ -1,13 +1,13 @@
|
|||||||
/**
|
/**
|
||||||
* PROJECT: ExectOS
|
* PROJECT: ExectOS
|
||||||
* COPYRIGHT: See COPYING.md in the top level directory
|
* COPYRIGHT: See COPYING.md in the top level directory
|
||||||
* FILE: xtoskrnl/includes/kepfuncs.h
|
* FILE: xtoskrnl/includes/ke.h
|
||||||
* DESCRIPTION: Private routine definitions for kernel services
|
* DESCRIPTION: Private routine definitions for kernel services
|
||||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __XTOSKRNL_KEPFUNCS_H
|
#ifndef __XTOSKRNL_KE_H
|
||||||
#define __XTOSKRNL_KEPFUNCS_H
|
#define __XTOSKRNL_KE_H
|
||||||
|
|
||||||
#include <xtos.h>
|
#include <xtos.h>
|
||||||
|
|
||||||
@ -53,4 +53,4 @@ KepSuspendThread(IN PVOID NormalContext,
|
|||||||
IN PVOID SystemArgument1,
|
IN PVOID SystemArgument1,
|
||||||
IN PVOID SystemArgument2);
|
IN PVOID SystemArgument2);
|
||||||
|
|
||||||
#endif /* __XTOSKRNL_KEPFUNCS_H */
|
#endif /* __XTOSKRNL_KE_H */
|
@ -1,13 +1,13 @@
|
|||||||
/**
|
/**
|
||||||
* PROJECT: ExectOS
|
* PROJECT: ExectOS
|
||||||
* COPYRIGHT: See COPYING.md in the top level directory
|
* COPYRIGHT: See COPYING.md in the top level directory
|
||||||
* FILE: xtoskrnl/includes/popfuncs.h
|
* FILE: xtoskrnl/includes/po.h
|
||||||
* DESCRIPTION: Private routine definitions for kernel power manager
|
* DESCRIPTION: Private routine definitions for kernel power manager
|
||||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __XTOSKRNL_POPFUNCS_H
|
#ifndef __XTOSKRNL_PO_H
|
||||||
#define __XTOSKRNL_POPFUNCS_H
|
#define __XTOSKRNL_PO_H
|
||||||
|
|
||||||
#include <xtos.h>
|
#include <xtos.h>
|
||||||
|
|
||||||
@ -20,4 +20,4 @@ XTFASTCALL
|
|||||||
VOID
|
VOID
|
||||||
PopIdle0Function(IN PPROCESSOR_POWER_STATE PowerState);
|
PopIdle0Function(IN PPROCESSOR_POWER_STATE PowerState);
|
||||||
|
|
||||||
#endif /* __XTOSKRNL_POPFUNCS_H */
|
#endif /* __XTOSKRNL_PO_H */
|
@ -14,10 +14,10 @@
|
|||||||
|
|
||||||
/* Kernel specific headers */
|
/* Kernel specific headers */
|
||||||
#include "globals.h"
|
#include "globals.h"
|
||||||
#include "arpfuncs.h"
|
#include "ar.h"
|
||||||
#include "kepfuncs.h"
|
#include "ke.h"
|
||||||
#include "popfuncs.h"
|
#include "po.h"
|
||||||
|
|
||||||
#include ARCH_HEADER(globals.h)
|
#include ARCH_HEADER(globals.h)
|
||||||
#include ARCH_HEADER(arpfuncs.h)
|
#include ARCH_HEADER(ar.h)
|
||||||
#include ARCH_HEADER(kepfuncs.h)
|
#include ARCH_HEADER(ke.h)
|
||||||
|
Loading…
Reference in New Issue
Block a user