repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'q800-for-6.2-pull-request' of git://github.com/vivier/qemu-m68k into staging
[qemu.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