xref: /openbmc/linux/arch/riscv/include/asm/seccomp.h (revision b0e55fef624e511e060fa05e4ca96cae6d902f04)
1 /* SPDX-License-Identifier: GPL-2.0 */
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 #endif /* _ASM_SECCOMP_H */
11