mirror of
https://github.com/reactos/reactos.git
synced 2025-06-15 19:58:28 +00:00
[NTOS:MM] Remove some obsolete declarations
This commit is contained in:
parent
67e5343daf
commit
31a693a035
1 changed files with 0 additions and 27 deletions
|
@ -627,15 +627,6 @@ MmFindGap(
|
||||||
BOOLEAN TopDown
|
BOOLEAN TopDown
|
||||||
);
|
);
|
||||||
|
|
||||||
VOID
|
|
||||||
NTAPI
|
|
||||||
MiRosCheckMemoryAreas(
|
|
||||||
PMMSUPPORT AddressSpace);
|
|
||||||
|
|
||||||
VOID
|
|
||||||
NTAPI
|
|
||||||
MiCheckAllProcessMemoryAreas(VOID);
|
|
||||||
|
|
||||||
/* npool.c *******************************************************************/
|
/* npool.c *******************************************************************/
|
||||||
|
|
||||||
CODE_SEG("INIT")
|
CODE_SEG("INIT")
|
||||||
|
@ -692,12 +683,6 @@ MmBuildMdlFromPages(
|
||||||
|
|
||||||
/* mminit.c ******************************************************************/
|
/* mminit.c ******************************************************************/
|
||||||
|
|
||||||
VOID
|
|
||||||
NTAPI
|
|
||||||
MmInit1(
|
|
||||||
VOID
|
|
||||||
);
|
|
||||||
|
|
||||||
CODE_SEG("INIT")
|
CODE_SEG("INIT")
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
NTAPI
|
NTAPI
|
||||||
|
@ -804,18 +789,6 @@ MmSetMemoryPriorityProcess(
|
||||||
IN UCHAR MemoryPriority
|
IN UCHAR MemoryPriority
|
||||||
);
|
);
|
||||||
|
|
||||||
/* i386/pfault.c *************************************************************/
|
|
||||||
|
|
||||||
NTSTATUS
|
|
||||||
NTAPI
|
|
||||||
MmPageFault(
|
|
||||||
ULONG Cs,
|
|
||||||
PULONG Eip,
|
|
||||||
PULONG Eax,
|
|
||||||
ULONG Cr2,
|
|
||||||
ULONG ErrorCode
|
|
||||||
);
|
|
||||||
|
|
||||||
/* special.c *****************************************************************/
|
/* special.c *****************************************************************/
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue