This commit is contained in:
parent
29ec28fafe
commit
9cd9a1eafa
@ -1,13 +1,13 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/includes/kefuncs.h
|
||||
* FILE: xtoskrnl/includes/kepfuncs.h
|
||||
* DESCRIPTION: Private routine definitions for kernel services
|
||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||
*/
|
||||
|
||||
#ifndef __XTOSKRNL_KEFUNCS_H
|
||||
#define __XTOSKRNL_KEFUNCS_H
|
||||
#ifndef __XTOSKRNL_KEPFUNCS_H
|
||||
#define __XTOSKRNL_KEPFUNCS_H
|
||||
|
||||
#include <xtos.h>
|
||||
|
||||
@ -28,4 +28,4 @@ XTAPI
|
||||
VOID
|
||||
KepSwitchBootStack(IN ULONG_PTR Stack);
|
||||
|
||||
#endif /* __XTOSKRNL_KEFUNCS_H */
|
||||
#endif /* __XTOSKRNL_KEPFUNCS_H */
|
||||
|
Loading…
Reference in New Issue
Block a user