patch-2.3.48 linux/include/asm-mips64/sgidefs.h

Next file: linux/include/asm-mips64/shmbuf.h
Previous file: linux/include/asm-mips64/sgiarcs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.47/linux/include/asm-mips64/sgidefs.h linux/include/asm-mips64/sgidefs.h
@@ -0,0 +1,31 @@
+/* $Id: sgidefs.h,v 1.2 1999/08/20 21:59:08 ralf Exp $
+ *
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License.  See the file "COPYING" in the main directory of this archive
+ * for more details.
+ *
+ * Copyright (C) 1996, 1999 by Ralf Baechle
+ * Copyright (C) 1999 Silicon Graphics, Inc.
+ *
+ * Definitions commonly used in SGI style code.
+ */
+#ifndef _ASM_SGIDEFS_H
+#define _ASM_SGIDEFS_H
+
+/*
+ * Definitions for the ISA level
+ */
+#define _MIPS_ISA_MIPS1 1
+#define _MIPS_ISA_MIPS2 2
+#define _MIPS_ISA_MIPS3 3
+#define _MIPS_ISA_MIPS4 4
+#define _MIPS_ISA_MIPS5 5
+
+/*
+ * Subprogram calling convention
+ */
+#define _MIPS_SIM_ABI32		1
+#define _MIPS_SIM_NABI32	2
+#define _MIPS_SIM_ABI64		3
+
+#endif /* _ASM_SGIDEFS_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)