Gitiles Standalone
repos
/
linux-2.6
/
8fc37f2c474b8ea61186fd77193324845432447b
/
.
/
include
/
asm-x86
/
shmbuf.h
blob: e85f1cb11217ccae2df1484b69ae84384ed3c52c [
file
] [
log
] [
blame
]
Thomas Gleixner
96a388d
2007-10-11 11:20:03 +0200
[
diff
] [
blame
]
1
#ifdef
__KERNEL__
2
# ifdef CONFIG_X86_32
3
# include "shmbuf_32.h"
4
# else
5
# include "shmbuf_64.h"
6
# endif
7
#else
8
# ifdef __i386__
9
# include "shmbuf_32.h"
10
# else
11
# include "shmbuf_64.h"
12
# endif
13
#endif