seccomp.h 281 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. #ifndef _ASM_SECCOMP_H
  3. #define _ASM_SECCOMP_H
  4. #include <asm-generic/seccomp.h>
  5. #define SECCOMP_ARCH_NATIVE AUDIT_ARCH_ARM
  6. #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
  7. #define SECCOMP_ARCH_NATIVE_NAME "arm"
  8. #endif /* _ASM_SECCOMP_H */