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/i386: reimplement 0x0f 0x78-0x7f, add AVX
[qemu/ar7.git]
/
linux-user
/
riscv
/
target_errno_defs.h
blob
5e377a2fce82ff47e1703922e0f01414725c784f
1
#ifndef RISCV_TARGET_ERRNO_DEFS_H
2
#define RISCV_TARGET_ERRNO_DEFS_H
3
4
/* Target uses generic errno */
5
#include
"../generic/target_errno_defs.h"
6
7
#endif