xref: /openbmc/linux/arch/sparc/include/asm/seccomp.h (revision b2441318)
1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2a439fe51SSam Ravnborg #ifndef _ASM_SECCOMP_H
3d0f138b0SKees Cook #define _ASM_SECCOMP_H
4a439fe51SSam Ravnborg 
5a439fe51SSam Ravnborg #include <linux/unistd.h>
6a439fe51SSam Ravnborg 
7a439fe51SSam Ravnborg #define __NR_seccomp_sigreturn_32 __NR_sigreturn
8a439fe51SSam Ravnborg 
9d0f138b0SKees Cook #include <asm-generic/seccomp.h>
10d0f138b0SKees Cook 
11a439fe51SSam Ravnborg #endif /* _ASM_SECCOMP_H */
12