mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[NTOS:EX] Add prototypes for ExLockUserBuffer/ExUnlockUserBuffer
This commit is contained in:
@@ -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