chiark / gitweb /
eb103ace2cf92d87a448fada366c60bce7b472b0
[elogind.git] / klibc / include / arch / mips / sgidefs.h
1 /*
2  * arch/mips/include/sgidefs.h
3  */
4
5 /* Some ABI constants */
6
7 #ifndef _SGIDEFS_H
8 #define _SGIDEFS_H
9
10 #define _MIPS_ISA_MIPS1 1
11 #define _MIPS_ISA_MIPS2 2
12 #define _MIPS_ISA_MIPS3 3
13 #define _MIPS_ISA_MIPS4 4
14 #define _MIPS_ISA_MIPS5 5
15
16 #define _MIPS_SIM_ABI32         1
17 #define _MIPS_SIM_NABI32        2
18 #define _MIPS_SIM_ABI64         3
19
20 #endif /* _SGIDEFS_H */