ntoskrnl.exe: Add stub for MmUnlockPages.

This commit is contained in:
Christian Costa 2012-09-29 22:28:00 +02:00 committed by Alexandre Julliard
parent f77605c765
commit b1fc2182b1
2 changed files with 11 additions and 1 deletions

View File

@ -1462,6 +1462,16 @@ void WINAPI MmResetDriverPaging(PVOID AddrInSection)
TRACE("%p\n", AddrInSection);
}
/***********************************************************************
* MmUnlockPages (NTOSKRNL.EXE.@)
*/
void MmUnlockPages(PMDLX MemoryDescriptorList)
{
FIXME("(%p): stub\n", MemoryDescriptorList);
}
/***********************************************************************
* MmUnmapIoSpace (NTOSKRNL.EXE.@)
*/

View File

@ -717,7 +717,7 @@
@ stub MmSystemRangeStart
@ stub MmTrimAllSystemPagableMemory
@ stub MmUnlockPagableImageSection
@ stub MmUnlockPages
@ stdcall MmUnlockPages(ptr)
@ stdcall MmUnmapIoSpace(ptr long)
@ stub MmUnmapLockedPages
@ stub MmUnmapReservedMapping