linuxOS_D21X/source/linux-5.10/arch/riscv/include/asm/seccomp.h

11 lines
174 B
C
Raw Normal View History

2024-11-29 08:13:19 +00:00
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_SECCOMP_H
#define _ASM_SECCOMP_H
#include <asm/unistd.h>
#include <asm-generic/seccomp.h>
#endif /* _ASM_SECCOMP_H */