blob: 22c110c928cec2ef40a678565d37e7e6a8f958ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#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
|