162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci#ifndef _ASM_SECCOMP_H
362306a36Sopenharmony_ci#define _ASM_SECCOMP_H
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci#include <asm-generic/seccomp.h>
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#define SECCOMP_ARCH_NATIVE		AUDIT_ARCH_M68K
862306a36Sopenharmony_ci#define SECCOMP_ARCH_NATIVE_NR		NR_syscalls
962306a36Sopenharmony_ci#define SECCOMP_ARCH_NATIVE_NAME	"m68k"
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ci#endif /* _ASM_SECCOMP_H */
12