chiark / gitweb /
[PATCH] volume-id build fix and update
[elogind.git] / klibc / klibc / arch / mips / include / 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 */