Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
11 lines
251 B
C
11 lines
251 B
C
#ifndef MIPS64_TARGET_ERRNO_DEFS_H
|
|
#define MIPS64_TARGET_ERRNO_DEFS_H
|
|
|
|
/*
|
|
* The mips64 target uses errno definitions taken from asm-mips/errno.h
|
|
* so directly use the mips target errno definitions.
|
|
*/
|
|
#include "../mips/target_errno_defs.h"
|
|
|
|
#endif
|