- Implement super-simple KeSweepICache that always flushes the entire instruction...
[reactos.git] / reactos / include / ndk / mmfuncs.h
index 0d3782f..9872ecb 100644 (file)
@@ -134,6 +134,15 @@ NtExtendSection(
     _In_ PLARGE_INTEGER NewMaximumSize
 );
 
+NTSYSCALLAPI
+NTSTATUS
+NTAPI
+NtFlushInstructionCache(
+    _In_ HANDLE ProcessHandle,
+    _In_ PVOID BaseAddress,
+    _In_ SIZE_T NumberOfBytesToFlush
+);
+
 NTSYSCALLAPI
 NTSTATUS
 NTAPI