mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-01 05:52:30 +01:00
14 lines
196 B
C
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
|