x86 Fix VMI crash on boot in 2.6.28-rc8
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-x86 / seccomp.h
blobc62e58a5a90de020d2ff1602a0320974d22fc930
1 #ifdef CONFIG_X86_32
2 # include "seccomp_32.h"
3 #else
4 # include "seccomp_64.h"
5 #endif