Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into...
[qemu/ar7.git] / linux-headers / asm-mips / unistd.h
blob62b86b865c4685d7fa9ab6e533bbc6b9d61e3bba
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
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.
7 * Copyright (C) 1995, 96, 97, 98, 99, 2000 by Ralf Baechle
8 * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
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
13 #ifndef _ASM_UNISTD_H
14 #define _ASM_UNISTD_H
16 #include <asm/sgidefs.h>
18 #if _MIPS_SIM == _MIPS_SIM_ABI32
20 #define __NR_Linux 4000
21 #include <asm/unistd_o32.h>
23 #endif /* _MIPS_SIM == _MIPS_SIM_ABI32 */
25 #if _MIPS_SIM == _MIPS_SIM_ABI64
27 #define __NR_Linux 5000
28 #include <asm/unistd_n64.h>
30 #endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */
32 #if _MIPS_SIM == _MIPS_SIM_NABI32
34 #define __NR_Linux 6000
35 #include <asm/unistd_n32.h>
37 #endif /* _MIPS_SIM == _MIPS_SIM_NABI32 */
39 #endif /* _ASM_UNISTD_H */