aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/seccomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/seccomp.h')
-rw-r--r--arch/x86/include/asm/seccomp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/include/asm/seccomp.h b/arch/x86/include/asm/seccomp.h
new file mode 100644
index 000000000000..c62e58a5a90d
--- /dev/null
+++ b/arch/x86/include/asm/seccomp.h
@@ -0,0 +1,5 @@
1#ifdef CONFIG_X86_32
2# include "seccomp_32.h"
3#else
4# include "seccomp_64.h"
5#endif