xref: /openbmc/linux/arch/arm/include/asm/seccomp.h (revision 424c9102)
1*424c9102SKees Cook /* SPDX-License-Identifier: GPL-2.0-only */
2*424c9102SKees Cook #ifndef _ASM_SECCOMP_H
3*424c9102SKees Cook #define _ASM_SECCOMP_H
4*424c9102SKees Cook 
5*424c9102SKees Cook #include <asm-generic/seccomp.h>
6*424c9102SKees Cook 
7*424c9102SKees Cook #define SECCOMP_ARCH_NATIVE		AUDIT_ARCH_ARM
8*424c9102SKees Cook #define SECCOMP_ARCH_NATIVE_NR		NR_syscalls
9*424c9102SKees Cook #define SECCOMP_ARCH_NATIVE_NAME	"arm"
10*424c9102SKees Cook 
11*424c9102SKees Cook #endif /* _ASM_SECCOMP_H */
12