summaryrefslogtreecommitdiff
path: root/include/seccomp.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/seccomp.h.in')
-rw-r--r--include/seccomp.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/seccomp.h.in b/include/seccomp.h.in
index 4ab10d9..e2d7c0e 100644
--- a/include/seccomp.h.in
+++ b/include/seccomp.h.in
@@ -165,6 +165,11 @@ struct scmp_arg_cmp {
#define SCMP_ARCH_LOONGARCH64 AUDIT_ARCH_LOONGARCH64
/**
+ * The Motorola 68000 architecture tokens
+ */
+#define SCMP_ARCH_M68K AUDIT_ARCH_M68K
+
+/**
* The MIPS architecture tokens
*/
#ifndef __AUDIT_ARCH_CONVENTION_MIPS64_N32