aports/main/libc-dev/sgidefs.h
2020-03-31 05:24:35 +00:00

14 lines
196 B
C

#include <asm/sgidefs.h>
#ifndef _ABIO32
# define _ABIO32 _MIPS_SIM_ABI32
#endif
#ifndef _ABIN32
# define _ABIN32 _MIPS_SIM_NABI32
#endif
#ifndef _ABI64
# define _ABI64 _MIPS_SIM_ABI64
#endif