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
cryptodev: Fix typo in documentation
[qemu/ar7.git]
/
linux-user
/
x86_64
/
target_errno_defs.h
blob
cb2a0f6e0be4a95dbfaa2288a57100a50d515e2b
1
#ifndef X86_64_TARGET_ERRNO_DEFS_H
2
#define X86_64_TARGET_ERRNO_DEFS_H
3
4
/* Target uses generic errno */
5
#include
"../generic/target_errno_defs.h"
6
7
#endif