aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/seccomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/seccomp.h')
-rw-r--r--include/asm-powerpc/seccomp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-powerpc/seccomp.h b/include/asm-powerpc/seccomp.h
index 1e1cfe12882b..cc8137b77b90 100644
--- a/include/asm-powerpc/seccomp.h
+++ b/include/asm-powerpc/seccomp.h
@@ -1,6 +1,10 @@
1#ifndef _ASM_POWERPC_SECCOMP_H 1#ifndef _ASM_POWERPC_SECCOMP_H
2#define _ASM_POWERPC_SECCOMP_H
2 3
4#ifndef __KERNEL__
3#include <linux/thread_info.h> 5#include <linux/thread_info.h>
6#endif
7
4#include <linux/unistd.h> 8#include <linux/unistd.h>
5 9
6#define __NR_seccomp_read __NR_read 10#define __NR_seccomp_read __NR_read