mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 21:16:09 +00:00
[DDK/XDK]
Merge some changes to wdm.h back to xdk svn path=/trunk/; revision=52080
This commit is contained in:
parent
3c54c6f84f
commit
e4c98f4e8e
4 changed files with 6 additions and 5 deletions
|
@ -161,7 +161,7 @@ KeQuerySystemTime(
|
|||
OUT PLARGE_INTEGER CurrentTime);
|
||||
#endif /* !_M_AMD64 */
|
||||
|
||||
#if !defined(_X86_)
|
||||
#if !defined(_X86_) && !defined(_M_ARM)
|
||||
NTKERNELAPI
|
||||
KIRQL
|
||||
NTAPI
|
||||
|
|
|
@ -118,6 +118,7 @@ $if (_WDMDDK_)
|
|||
((PVOID) ((PCHAR) ((_Mdl)->StartVa) + (_Mdl)->ByteOffset))
|
||||
|
||||
#define MmGetProcedureAddress(Address) (Address)
|
||||
#define MmLockPagableCodeSection(Address) MmLockPagableDataSection(Address)
|
||||
|
||||
/* PVOID MmGetSystemAddressForMdl(
|
||||
* IN PMDL Mdl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue