diff options
Diffstat (limited to 'tools/arch/x86/include/uapi/asm/unistd_64.h')
| -rw-r--r-- | tools/arch/x86/include/uapi/asm/unistd_64.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/tools/arch/x86/include/uapi/asm/unistd_64.h b/tools/arch/x86/include/uapi/asm/unistd_64.h new file mode 100644 index 000000000000..77311e8d1b5d --- /dev/null +++ b/tools/arch/x86/include/uapi/asm/unistd_64.h @@ -0,0 +1,34 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#ifndef __NR_fork +#define __NR_fork 57 +#endif +#ifndef __NR_execve +#define __NR_execve 59 +#endif +#ifndef __NR_getppid +#define __NR_getppid 110 +#endif +#ifndef __NR_getpgid +#define __NR_getpgid 121 +#endif +#ifndef __NR_capget +#define __NR_capget 125 +#endif +#ifndef __NR_gettid +#define __NR_gettid 186 +#endif +#ifndef __NR_futex +#define __NR_futex 202 +#endif +#ifndef __NR_perf_event_open +#define __NR_perf_event_open 298 +#endif +#ifndef __NR_setns +#define __NR_setns 308 +#endif +#ifndef __NR_getcpu +#define __NR_getcpu 309 +#endif +#ifndef __NR_seccomp +#define __NR_seccomp 317 +#endif |
