Merge branches 'for-3.7/upstream-fixes', 'for-3.8/hidraw', 'for-3.8/i2c-hid', 'for...
[firefly-linux-kernel-4.4.55.git] / arch / x86 / include / asm / seccomp.h
1 #ifdef CONFIG_X86_32
2 # include <asm/seccomp_32.h>
3 #else
4 # include <asm/seccomp_64.h>
5 #endif