[DDK]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 5 Dec 2009 13:48:50 +0000 (13:48 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 5 Dec 2009 13:48:50 +0000 (13:48 +0000)
Add MmAllocatePagesForMdlEx

svn path=/trunk/; revision=44411

reactos/include/ddk/winddk.h

index 620a8a1..1a6046f 100644 (file)
@@ -8968,6 +8968,19 @@ MmAllocatePagesForMdl(
   IN PHYSICAL_ADDRESS  SkipBytes,
   IN SIZE_T  TotalBytes);
 
+#if (NTDDI_VERSION >= NTDDI_WS03SP1)
+NTKERNELAPI
+PMDL
+NTAPI
+MmAllocatePagesForMdlEx(
+  IN PHYSICAL_ADDRESS LowAddress,
+  IN PHYSICAL_ADDRESS HighAddress,
+  IN PHYSICAL_ADDRESS SkipBytes,
+  IN SIZE_T TotalBytes,
+  IN MEMORY_CACHING_TYPE CacheType,
+  IN ULONG Flags);
+#endif
+
 NTKERNELAPI
 VOID
 NTAPI