x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stub
[linux/fpc-iii.git] / arch / x86 / include / asm / seccomp.h
blob0f3d7f0992244ecf324d54ad7d235fff9bae3447
1 #ifdef CONFIG_X86_32
2 # include <asm/seccomp_32.h>
3 #else
4 # include <asm/seccomp_64.h>
5 #endif