Cleanup definitions in kernel headers
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2023-02-11 22:26:13 +01:00
parent 6411fc3ae9
commit b43afac326
6 changed files with 404 additions and 179 deletions

View File

@@ -10,30 +10,7 @@
#define __XTOSKRNL_KEPFUNCS_H
#include <xtos.h>
#include ARCH_HEADER(kepfuncs.h)
XTAPI
PKPROCESSOR_BLOCK
KeGetCurrentProcessorBlock(VOID);
XTAPI
PKPROCESSOR_CONTROL_BLOCK
KeGetCurrentProcessorControlBlock(VOID);
XTAPI
PKTHREAD
KeGetCurrentThread(VOID);
XTAPI
VOID
KepArchInitialize(VOID);
XTAPI
VOID
KepStartKernel(VOID);
XTAPI
VOID
KepSwitchBootStack(IN ULONG_PTR Stack);
#endif /* __XTOSKRNL_KEPFUNCS_H */