Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
5c5daf657cb5f963a38413f2852279d7a3843144
/
.
/
include
/
asm-x86
/
shmbuf.h
blob: e85f1cb11217ccae2df1484b69ae84384ed3c52c [
file
] [
log
] [
blame
]
#ifdef
__KERNEL__
# ifdef CONFIG_X86_32
# include "shmbuf_32.h"
# else
# include "shmbuf_64.h"
# endif
#else
# ifdef __i386__
# include "shmbuf_32.h"
# else
# include "shmbuf_64.h"
# endif
#endif