xref: /linux/arch/alpha/include/asm/seccomp.h (revision a2e5b58811c7bb7d63f366f586cc7317f20e62e7)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_ALPHA_SECCOMP_H
3 #define _ASM_ALPHA_SECCOMP_H
4 
5 #include <asm/unistd.h>
6 #include <asm-generic/seccomp.h>
7 #include <uapi/linux/audit.h>
8 
9 #define SECCOMP_ARCH_NATIVE            AUDIT_ARCH_ALPHA
10 #define SECCOMP_ARCH_NATIVE_NR         NR_syscalls
11 #define SECCOMP_ARCH_NATIVE_NAME       "alpha"
12 
13 #endif /* _ASM_ALPHA_SECCOMP_H */
14