mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
[OOPS]
- I forgot this one svn path=/trunk/; revision=54478
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user