xref: /qemu/linux-user/mips64/target_errno_defs.h (revision 580731dcc87eb27a2b0dc20ec331f1ce51864c97)
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
11