aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/seccomp.h
blob: bf7744ee3b3d01d976db36efe1778eeadaa40dd0 (plain)
1
2
3
4
5
6
7
8
9
10
/* 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 */