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/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 */
|
@@ -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 */
|
Reference in New Issue
Block a user