]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/powerpc/include/asm/seccomp.h
Merge branches 'for-4.8/alps', 'for-4.8/apple', 'for-4.8/i2c-hid', 'for-4.8/uhid...
[mirror_ubuntu-eoan-kernel.git] / arch / powerpc / include / asm / seccomp.h
CommitLineData
1a3aff9e
KC
1#ifndef _ASM_POWERPC_SECCOMP_H
2#define _ASM_POWERPC_SECCOMP_H
3
4#include <linux/unistd.h>
5
6#define __NR_seccomp_sigreturn_32 __NR_sigreturn
7
8#include <asm-generic/seccomp.h>
9
10#endif /* _ASM_POWERPC_SECCOMP_H */