1 /* $Id: sgidefs.h,v 1.1 1999/08/18 23:37:52 ralf Exp $
2 *
3 * This file is subject to the terms and conditions of the GNU General Public
4 * License. See the file "COPYING" in the main directory of this archive
5 * for more details.
6 *
7 * Copyright (C) 1996, 1999 by Ralf Baechle
8 * Copyright (C) 1999 Silicon Graphics, Inc.
9 *
10 * Definitions commonly used in SGI style code.
11 */
12 #ifndef _ASM_SGIDEFS_H
13 #define _ASM_SGIDEFS_H
14
15 /*
16 * Definitions for the ISA level
17 */
18 #define _MIPS_ISA_MIPS1 1
19 #define _MIPS_ISA_MIPS2 2
20 #define _MIPS_ISA_MIPS3 3
21 #define _MIPS_ISA_MIPS4 4
22 #define _MIPS_ISA_MIPS5 5
23
24 /*
25 * Subprogram calling convention
26 */
27 #define _MIPS_SIM_ABI32 1
28 #define _MIPS_SIM_NABI32 2
29 #define _MIPS_SIM_ABI64 3
30
31 #endif /* _ASM_SGIDEFS_H */
32
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.