forked from xt-sys/exectos
Rename xtoskrnl headers
This commit is contained in:
@@ -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 */
|
@@ -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 */
|
Reference in New Issue
Block a user