git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge tag 'linux-user-for-7.1-pull-request' of https://gitlab.com/laurent_vivier...
[qemu.git]
/
linux-user
/
mips64
/
target_errno_defs.h
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