drm/ast: Only warn about unsupported TX chips on Gen4 and later
[drm/drm-misc.git] / arch / csky / include / asm / seccomp.h
blobd33e758126fb911de98d794b625feb42bead6410
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 #ifndef _ASM_SECCOMP_H
3 #define _ASM_SECCOMP_H
5 #include <asm-generic/seccomp.h>
7 #define SECCOMP_ARCH_NATIVE AUDIT_ARCH_CSKY
8 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
9 #define SECCOMP_ARCH_NATIVE_NAME "csky"
11 #endif /* _ASM_SECCOMP_H */