xref: /linux/arch/x86/include/asm/seccomp.h (revision 6cbbfe1c8ddb6ac1322a87795dff9d8712c3e359)
1 #ifdef CONFIG_X86_32
2 # include <asm/seccomp_32.h>
3 #else
4 # include <asm/seccomp_64.h>
5 #endif
6