xref: /linux/arch/alpha/include/asm/seccomp.h (revision 7a5f1cd22d47f8ca4b760b6334378ae42c1bd24b)
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