Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASM_SECCOMP_H
0003 #define _ASM_SECCOMP_H
0004 
0005 #include <linux/unistd.h>
0006 
0007 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
0008 
0009 #include <asm-generic/seccomp.h>
0010 
0011 #endif /* _ASM_SECCOMP_H */