mirror of
https://github.com/reactos/reactos.git
synced 2026-06-09 01:12:59 +08:00
[NTOS:EX] Add prototypes for ExLockUserBuffer/ExUnlockUserBuffer
This commit is contained in:
committed by
Hermès Bélusca-Maïto
parent
2c59b5b8cf
commit
d8e25f06b1
@@ -1510,6 +1510,20 @@ ExTimerRundown(
|
||||
VOID
|
||||
);
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
ExUnlockUserBuffer(PMDL Mdl);
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
ExLockUserBuffer(
|
||||
PVOID BaseAddress,
|
||||
ULONG Length,
|
||||
KPROCESSOR_MODE AccessMode,
|
||||
LOCK_OPERATION Operation,
|
||||
PVOID *MappedSystemVa,
|
||||
PMDL *OutMdl);
|
||||
|
||||
CODE_SEG("INIT")
|
||||
VOID
|
||||
NTAPI
|
||||
|
||||
Reference in New Issue
Block a user