- Add 'simple' implementation of MmDbgCopyMemory to read/write virtual memory in...
[reactos.git] / reactos / ntoskrnl / mm / ARM3 / i386 / init.c
index aae42aa..f8a12f0 100644 (file)
@@ -217,6 +217,12 @@ ULONG MmUserProbeAddress;
 PVOID MmHighestUserAddress;
 PVOID MmSystemRangeStart;
 
+
+
+PVOID MmSystemCacheStart;
+PVOID MmSystemCacheEnd;
+MMSUPPORT MmSystemCacheWs;
+
 /* PRIVATE FUNCTIONS **********************************************************/
 
 //