[NTOS:MM] Remove some obsolete declarations

This commit is contained in:
Timo Kreuzer 2015-12-12 00:28:40 +01:00
parent 67e5343daf
commit 31a693a035

View file

@ -627,15 +627,6 @@ MmFindGap(
BOOLEAN TopDown
);
VOID
NTAPI
MiRosCheckMemoryAreas(
PMMSUPPORT AddressSpace);
VOID
NTAPI
MiCheckAllProcessMemoryAreas(VOID);
/* npool.c *******************************************************************/
CODE_SEG("INIT")
@ -692,12 +683,6 @@ MmBuildMdlFromPages(
/* mminit.c ******************************************************************/
VOID
NTAPI
MmInit1(
VOID
);
CODE_SEG("INIT")
BOOLEAN
NTAPI
@ -804,18 +789,6 @@ MmSetMemoryPriorityProcess(
IN UCHAR MemoryPriority
);
/* i386/pfault.c *************************************************************/
NTSTATUS
NTAPI
MmPageFault(
ULONG Cs,
PULONG Eip,
PULONG Eax,
ULONG Cr2,
ULONG ErrorCode
);
/* special.c *****************************************************************/
VOID