repo.or.cz
/
qemu
/
rayw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
qtest: Add missing 'hw/qdev-core.h' include
[qemu/rayw.git]
/
linux-user
/
mips64
/
target_errno_defs.h
blob
fb7b4628a9b3d9a17fa6ee3a2e715d4589681e50
1
#ifndef MIPS64_TARGET_ERRNO_DEFS_H
2
#define MIPS64_TARGET_ERRNO_DEFS_H
3
4
/*
5
* The mips64 target uses errno definitions taken from asm-mips/errno.h
6
* so directly use the mips target errno definitions.
7
*/
8
#include
"../mips/target_errno_defs.h"
9
10
#endif