1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 3 #ifndef _ASM_SECCOMP_H 4 #define _ASM_SECCOMP_H 5 6 #include <asm/unistd.h> 7 8 #include <asm-generic/seccomp.h> 9 10 #ifdef CONFIG_32BIT 11 # define SECCOMP_ARCH_NATIVE AUDIT_ 12 # define SECCOMP_ARCH_NATIVE_NR NR_sys 13 # define SECCOMP_ARCH_NATIVE_NAME "loong 14 #else 15 # define SECCOMP_ARCH_NATIVE AUDIT_ 16 # define SECCOMP_ARCH_NATIVE_NR NR_sys 17 # define SECCOMP_ARCH_NATIVE_NAME "loong 18 #endif 19 20 #endif /* _ASM_SECCOMP_H */ 21
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.