repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
target/riscv: Enable the Hypervisor extension by default
[qemu/ar7.git]
/
linux-user
/
aarch64
/
target_errno_defs.h
blob
461b5477284697e41869a8018c091615c6fc69e2
1
#ifndef AARCH64_TARGET_ERRNO_DEFS_H
2
#define AARCH64_TARGET_ERRNO_DEFS_H
3
4
/* Target uses generic errno */
5
#include
"../generic/target_errno_defs.h"
6
7
#endif