diff --git a/reactos/ntoskrnl/mm/ARM3/miarm.h b/reactos/ntoskrnl/mm/ARM3/miarm.h index f4d5dae90e9..72c1569baa8 100644 --- a/reactos/ntoskrnl/mm/ARM3/miarm.h +++ b/reactos/ntoskrnl/mm/ARM3/miarm.h @@ -1194,6 +1194,12 @@ MiInitializeSystemSpaceMap( IN PVOID InputSession OPTIONAL ); +ULONG +NTAPI +MiMakeProtectionMask( + IN ULONG Protect +); + // // MiRemoveZeroPage will use inline code to zero out the page manually if only // free pages are available. In some scenarios, we don't/can't run that piece of