mirror of
https://github.com/reactos/reactos.git
synced 2025-03-01 03:45:16 +00:00
[SDK] Add ARM64 entry to ioacccess.h
This commit is contained in:
parent
e3f50091d7
commit
79dc2bcb5b
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ extern "C" {
|
|||
|
||||
#define MEMORY_BARRIER()
|
||||
|
||||
#elif defined(_PPC_) || defined(_MIPS_) || defined(_ARM_)
|
||||
#elif defined(_PPC_) || defined(_MIPS_) || defined(_ARM_) || defined(_ARM64_)
|
||||
|
||||
#define READ_REGISTER_UCHAR(r) (*(volatile UCHAR * const)(r))
|
||||
#define READ_REGISTER_USHORT(r) (*(volatile USHORT * const)(r))
|
||||
|
|
Loading…
Reference in a new issue