Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 #ifndef _ASM_SECCOMP_H
0003 #define _ASM_SECCOMP_H
0004 
0005 #include <asm-generic/seccomp.h>
0006 
0007 #define SECCOMP_ARCH_NATIVE     AUDIT_ARCH_CSKY
0008 #define SECCOMP_ARCH_NATIVE_NR      NR_syscalls
0009 #define SECCOMP_ARCH_NATIVE_NAME    "csky"
0010 
0011 #endif /* _ASM_SECCOMP_H */