Greg Kroah-Hartman | e2be04c | 2017-11-01 15:09:13 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ |
David Howells | 61730c5 | 2012-10-09 09:47:14 +0100 | [diff] [blame] | 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) 1995, 96, 97, 98, 99, 2000 by Ralf Baechle |
| 8 | * Copyright (C) 1999, 2000 Silicon Graphics, Inc. |
| 9 | * |
| 10 | * Changed system calls macros _syscall5 - _syscall7 to push args 5 to 7 onto |
| 11 | * the stack. Robin Farine for ACN S.A, Copyright (C) 1996 by ACN S.A |
| 12 | */ |
| 13 | #ifndef _UAPI_ASM_UNISTD_H |
| 14 | #define _UAPI_ASM_UNISTD_H |
| 15 | |
| 16 | #include <asm/sgidefs.h> |
| 17 | |
| 18 | #if _MIPS_SIM == _MIPS_SIM_ABI32 |
| 19 | |
Firoz Khan | 99bf73e | 2018-12-13 14:37:39 +0530 | [diff] [blame] | 20 | #define __NR_Linux 4000 |
| 21 | #include <asm/unistd_o32.h> |
David Howells | 61730c5 | 2012-10-09 09:47:14 +0100 | [diff] [blame] | 22 | |
David Howells | 61730c5 | 2012-10-09 09:47:14 +0100 | [diff] [blame] | 23 | #endif /* _MIPS_SIM == _MIPS_SIM_ABI32 */ |
| 24 | |
David Howells | 61730c5 | 2012-10-09 09:47:14 +0100 | [diff] [blame] | 25 | #if _MIPS_SIM == _MIPS_SIM_ABI64 |
| 26 | |
Firoz Khan | 99bf73e | 2018-12-13 14:37:39 +0530 | [diff] [blame] | 27 | #define __NR_Linux 5000 |
| 28 | #include <asm/unistd_n64.h> |
Firoz Khan | ef2512c | 2018-12-13 14:37:33 +0530 | [diff] [blame] | 29 | |
David Howells | 61730c5 | 2012-10-09 09:47:14 +0100 | [diff] [blame] | 30 | #endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */ |
| 31 | |
David Howells | 61730c5 | 2012-10-09 09:47:14 +0100 | [diff] [blame] | 32 | #if _MIPS_SIM == _MIPS_SIM_NABI32 |
| 33 | |
Firoz Khan | 99bf73e | 2018-12-13 14:37:39 +0530 | [diff] [blame] | 34 | #define __NR_Linux 6000 |
| 35 | #include <asm/unistd_n32.h> |
Firoz Khan | ef2512c | 2018-12-13 14:37:33 +0530 | [diff] [blame] | 36 | |
David Howells | 61730c5 | 2012-10-09 09:47:14 +0100 | [diff] [blame] | 37 | #endif /* _MIPS_SIM == _MIPS_SIM_NABI32 */ |
| 38 | |
David Howells | 61730c5 | 2012-10-09 09:47:14 +0100 | [diff] [blame] | 39 | #endif /* _UAPI_ASM_UNISTD_H */ |