Sign in
googlers
/
maze
/
linux
/
628a464e5bffd0e9aedaee2a85296be17aa19d90
/
.
/
arch
/
x86
/
include
/
asm
/
seccomp.h
blob: c62e58a5a90de020d2ff1602a0320974d22fc930 [
file
] [
log
] [
blame
]
Thomas Gleixner
96a388d
2007-10-11 11:20:03 +0200
[
diff
] [
blame
]
1
#ifdef
CONFIG_X86_32
2
# include "seccomp_32.h"
3
#else
4
# include "seccomp_64.h"
5
#endif