Sign in
coral
/
linux-mtk
/
26bbb29a2a4e1491238ae49bf3294955dc0ab662
/
.
/
include
/
asm-x86
/
bitops.h
blob: 07e3f6d4fe47993b5bbfb833584ebd286498e949 [
file
] [
log
] [
blame
]
#ifdef
CONFIG_X86_32
# include "bitops_32.h"
#else
# include "bitops_64.h"
#endif