]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/sparc/include/asm/seccomp.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / sparc / include / asm / seccomp.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
a00736e9 2#ifndef _ASM_SECCOMP_H
d0f138b0 3#define _ASM_SECCOMP_H
a00736e9 4
a00736e9
SR
5#include <linux/unistd.h>
6
a00736e9
SR
7#define __NR_seccomp_sigreturn_32 __NR_sigreturn
8
d0f138b0
KC
9#include <asm-generic/seccomp.h>
10
a00736e9 11#endif /* _ASM_SECCOMP_H */