Add MmFreeSection prototype

svn path=/branches/ros-amd64-bringup/; revision=44505
This commit is contained in:
Timo Kreuzer
2009-12-10 01:06:30 +00:00
parent c7b2342d5c
commit 5fae13a4ff
+6
View File
@@ -1583,6 +1583,12 @@ MmAllocateSection(
PVOID BaseAddress
);
VOID
NTAPI
MmFreeSection(
PVOID BaseAddress
);
NTSTATUS
NTAPI
MmQuerySectionView(