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