Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/linux-user/mips64/target_errno_defs.h
2023-03-06 14:48:14 +01:00

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