summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/lib/ddk
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2004-03-16 09:26:25 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2004-03-16 09:26:25 +0000
commitb4d978174eb2c66360649575176a7829024626a8 (patch)
tree161cc5aba39d302a7fe326c68c697c6bd60011da /winsup/w32api/lib/ddk
parent6c6ae5720219cf947f04c3c552dd6605ac3a6425 (diff)
downloadcygnal-b4d978174eb2c66360649575176a7829024626a8.tar.gz
cygnal-b4d978174eb2c66360649575176a7829024626a8.tar.bz2
cygnal-b4d978174eb2c66360649575176a7829024626a8.zip
* lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
(MmMapIoSpace): Likewise. Thanks to Dan Aloni <da-x@colinux.org>
Diffstat (limited to 'winsup/w32api/lib/ddk')
-rw-r--r--winsup/w32api/lib/ddk/ntoskrnl.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/w32api/lib/ddk/ntoskrnl.def b/winsup/w32api/lib/ddk/ntoskrnl.def
index 8f093a523..e2e8810c3 100644
--- a/winsup/w32api/lib/ddk/ntoskrnl.def
+++ b/winsup/w32api/lib/ddk/ntoskrnl.def
@@ -644,7 +644,7 @@ MmAllocateContiguousMemory@8
MmAllocateContiguousMemorySpecifyCache@20
MmAllocateMappingAddress@8
MmAllocateNonCachedMemory@4
-MmAllocatePagesForMdl@16
+MmAllocatePagesForMdl@28
MmBuildMdlForNonPagedPool@4
;MmCanFileBeTruncated
MmCreateMdl@12
@@ -672,7 +672,7 @@ MmIsVerifierEnabled@4
MmLockPagableDataSection@4
MmLockPagableImageSection@4
MmLockPagableSectionByHandle@4
-MmMapIoSpace@12
+MmMapIoSpace@16
MmMapLockedPages@8
MmMapLockedPagesSpecifyCache@24
MmMapLockedPagesWithReservedMapping@16