aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/seccomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/seccomp.h')
-rw-r--r--arch/powerpc/include/asm/seccomp.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/seccomp.h b/arch/powerpc/include/asm/seccomp.h
new file mode 100644
index 000000000000..c1818e35cf02
--- /dev/null
+++ b/arch/powerpc/include/asm/seccomp.h
@@ -0,0 +1,10 @@
+#ifndef _ASM_POWERPC_SECCOMP_H
+#define _ASM_POWERPC_SECCOMP_H
+
+#include <linux/unistd.h>
+
+#define __NR_seccomp_sigreturn_32 __NR_sigreturn
+
+#include <asm-generic/seccomp.h>
+
+#endif /* _ASM_POWERPC_SECCOMP_H */