repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
contrib/plugins: fix coverity warning in cache
[qemu/kevin.git]
/
linux-user
/
m68k
/
target_errno_defs.h
blob
96485a75431d07b5399da29064cf898ff077593c
1
#ifndef M68K_TARGET_ERRNO_DEFS_H
2
#define M68K_TARGET_ERRNO_DEFS_H
3
4
/* Target uses generic errno */
5
#include
"../generic/target_errno_defs.h"
6
7
#endif