Sign in
third-party-mirror
/
fuchsia-benchmarks
/
4d8f191f6f9b09beca24415d898f0c31e2b8db44
/
.
/
third_party
/
fuchsia-sdk
/
arch
/
x64
/
sysroot
/
include
/
bits
/
io.h
blob: 480bbafa7958e844fa0f6a9419b7e5611e37d1be [
file
] [
log
] [
blame
]
#if defined(__x86_64__)
#include
"x86_64/io.h"
#elif
defined
(
__aarch64__
)
#include
"aarch64/io.h"
#else
#error
Unsupported
architecture
!
#endif