18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef _ASM_S390_SECCOMP_H 38c2ecf20Sopenharmony_ci#define _ASM_S390_SECCOMP_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#include <linux/unistd.h> 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci#define __NR_seccomp_read __NR_read 88c2ecf20Sopenharmony_ci#define __NR_seccomp_write __NR_write 98c2ecf20Sopenharmony_ci#define __NR_seccomp_exit __NR_exit 108c2ecf20Sopenharmony_ci#define __NR_seccomp_sigreturn __NR_sigreturn 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#define __NR_seccomp_read_32 __NR_read 138c2ecf20Sopenharmony_ci#define __NR_seccomp_write_32 __NR_write 148c2ecf20Sopenharmony_ci#define __NR_seccomp_exit_32 __NR_exit 158c2ecf20Sopenharmony_ci#define __NR_seccomp_sigreturn_32 __NR_sigreturn 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci#include <asm-generic/seccomp.h> 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci#endif /* _ASM_S390_SECCOMP_H */ 20