Go to the documentation of this file.
10 #ifndef __ASM_SGIDEFS_H
11 #define __ASM_SGIDEFS_H
18 #error Use a Linux compiler or give up.
29 #define _MIPS_ISA_MIPS1 1
30 #define _MIPS_ISA_MIPS2 2
31 #define _MIPS_ISA_MIPS3 3
32 #define _MIPS_ISA_MIPS4 4
33 #define _MIPS_ISA_MIPS5 5
34 #define _MIPS_ISA_MIPS32 6
35 #define _MIPS_ISA_MIPS64 7
40 #define _MIPS_SIM_ABI32 1
41 #define _MIPS_SIM_NABI32 2
42 #define _MIPS_SIM_ABI64 3