Rename xtoskrnl headers
All checks were successful
Builds / ExectOS (i686) (push) Successful in 30s
Builds / ExectOS (amd64) (push) Successful in 27s

This commit is contained in:
Rafal Kupiec 2023-10-28 22:35:33 +02:00
parent a2e3e3d9a9
commit 3f520c8e0f
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
8 changed files with 33 additions and 34 deletions

View File

@ -1,13 +1,13 @@
/**
* PROJECT: ExectOS
* 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
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
#ifndef __XTOSKRNL_AMD64_ARPFUNCS_H
#define __XTOSKRNL_AMD64_ARPFUNCS_H
#ifndef __XTOSKRNL_AMD64_AR_H
#define __XTOSKRNL_AMD64_AR_H
#include <xtos.h>
@ -165,4 +165,4 @@ ArpSetIdtGate(IN PKIDTENTRY Idt,
IN USHORT Ist,
IN USHORT Access);
#endif /* __XTOSKRNL_AMD64_ARPFUNCS_H */
#endif /* __XTOSKRNL_AMD64_AR_H */

View File

@ -1,13 +1,13 @@
/**
* PROJECT: ExectOS
* 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
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
#ifndef __XTOSKRNL_AMD64_KEPFUNCS_H
#define __XTOSKRNL_AMD64_KEPFUNCS_H
#ifndef __XTOSKRNL_AMD64_KE_H
#define __XTOSKRNL_AMD64_KE_H
#include <xtos.h>
@ -44,4 +44,4 @@ XTAPI
VOID
KepSwitchBootStack(IN ULONG_PTR Stack);
#endif /* __XTOSKRNL_AMD64_KEPFUNCS_H */
#endif /* __XTOSKRNL_AMD64_KE_H */

View File

@ -1,16 +1,15 @@
/**
* PROJECT: ExectOS
* 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
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
#ifndef __XTOSKRNL_ARPFUNCS_H
#define __XTOSKRNL_ARPFUNCS_H
#ifndef __XTOSKRNL_AR_H
#define __XTOSKRNL_AR_H
#include <xtos.h>
#include ARCH_HEADER(arpfuncs.h)
#endif /* __XTOSKRNL_ARPFUNCS_H */
#endif /* __XTOSKRNL_AR_H */

View File

@ -1,13 +1,13 @@
/**
* PROJECT: ExectOS
* 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
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
#ifndef __XTOSKRNL_I686_ARPFUNCS_H
#define __XTOSKRNL_I686_ARPFUNCS_H
#ifndef __XTOSKRNL_I686_AR_H
#define __XTOSKRNL_I686_AR_H
#include <xtos.h>
@ -165,4 +165,4 @@ XTAPI
VOID
ArpSetNonMaskableInterruptTssEntry(IN PKPROCESSOR_BLOCK ProcessorBlock);
#endif /* __XTOSKRNL_I686_ARPFUNCS_H */
#endif /* __XTOSKRNL_I686_AR_H */

View File

@ -1,13 +1,13 @@
/**
* PROJECT: ExectOS
* 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
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
#ifndef __XTOSKRNL_I686_KEPFUNCS_H
#define __XTOSKRNL_I686_KEPFUNCS_H
#ifndef __XTOSKRNL_I686_KE_H
#define __XTOSKRNL_I686_KE_H
#include <xtos.h>
@ -44,4 +44,4 @@ XTAPI
VOID
KepSwitchBootStack(IN ULONG_PTR Stack);
#endif /* __XTOSKRNL_I686_KEPFUNCS_H */
#endif /* __XTOSKRNL_I686_KE_H */

View File

@ -1,13 +1,13 @@
/**
* PROJECT: ExectOS
* 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
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
#ifndef __XTOSKRNL_KEPFUNCS_H
#define __XTOSKRNL_KEPFUNCS_H
#ifndef __XTOSKRNL_KE_H
#define __XTOSKRNL_KE_H
#include <xtos.h>
@ -53,4 +53,4 @@ KepSuspendThread(IN PVOID NormalContext,
IN PVOID SystemArgument1,
IN PVOID SystemArgument2);
#endif /* __XTOSKRNL_KEPFUNCS_H */
#endif /* __XTOSKRNL_KE_H */

View File

@ -1,13 +1,13 @@
/**
* PROJECT: ExectOS
* 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
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
#ifndef __XTOSKRNL_POPFUNCS_H
#define __XTOSKRNL_POPFUNCS_H
#ifndef __XTOSKRNL_PO_H
#define __XTOSKRNL_PO_H
#include <xtos.h>
@ -20,4 +20,4 @@ XTFASTCALL
VOID
PopIdle0Function(IN PPROCESSOR_POWER_STATE PowerState);
#endif /* __XTOSKRNL_POPFUNCS_H */
#endif /* __XTOSKRNL_PO_H */

View File

@ -14,10 +14,10 @@
/* Kernel specific headers */
#include "globals.h"
#include "arpfuncs.h"
#include "kepfuncs.h"
#include "popfuncs.h"
#include "ar.h"
#include "ke.h"
#include "po.h"
#include ARCH_HEADER(globals.h)
#include ARCH_HEADER(arpfuncs.h)
#include ARCH_HEADER(kepfuncs.h)
#include ARCH_HEADER(ar.h)
#include ARCH_HEADER(ke.h)