Cleanup MM subsystem headers
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 28s
Builds / ExectOS (i686) (push) Successful in 27s

This commit is contained in:
2023-10-29 00:52:05 +02:00
parent cc3e9eb5e6
commit 798e4c1d22
7 changed files with 68 additions and 18 deletions

View File

@@ -12,9 +12,5 @@
#include <xtbase.h>
XTFASTCALL
VOID
MmZeroPages(IN PVOID Address,
IN ULONG Size);
#endif /* __XTDK_AMD64_MMFUNCS_H */

View File

@@ -12,9 +12,5 @@
#include <xtbase.h>
XTFASTCALL
VOID
MmZeroPages(IN PVOID Address,
IN ULONG Size);
#endif /* __XTDK_I686_MMFUNCS_H */

View File

@@ -12,15 +12,5 @@
#include <xtbase.h>
XTAPI
XTSTATUS
MmAllocateKernelStack(IN PVOID *Stack,
IN BOOLEAN LargeStack,
IN UCHAR SystemNode);
XTAPI
VOID
MmFreeKernelStack(IN PVOID Stack,
IN BOOLEAN LargeStack);
#endif /* __XTDK_MMFUNCS_H */