- I forgot this one

svn path=/trunk/; revision=54478
This commit is contained in:
Jérôme Gardou
2011-11-22 22:05:02 +00:00
parent 27d513df6e
commit ef3f455441
+1 -9
View File
@@ -88,6 +88,7 @@ typedef ULONG_PTR SWAPENTRY;
#define MM_PAGEOP_PAGEOUT (2)
#define MM_PAGEOP_PAGESYNCH (3)
#define MM_PAGEOP_ACCESSFAULT (4)
#define MM_PAGEOP_CHANGEPROTECT (5)
/* Number of list heads to use */
#define MI_FREE_POOL_LISTS 4
@@ -1637,15 +1638,6 @@ MmProtectSectionView(
PULONG OldProtect
);
NTSTATUS
NTAPI
MmWritePageSectionView(
PMMSUPPORT AddressSpace,
PMEMORY_AREA MArea,
PVOID Address,
PMM_PAGEOP PageOp
);
NTSTATUS
NTAPI
MmInitSectionImplementation(VOID);