0001
0002 #ifndef __TOOLS_ASM_GENERIC_BITOPS_H
0003 #define __TOOLS_ASM_GENERIC_BITOPS_H
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016 #include <asm-generic/bitops/__ffs.h>
0017 #include <asm-generic/bitops/__ffz.h>
0018 #include <asm-generic/bitops/fls.h>
0019 #include <asm-generic/bitops/__fls.h>
0020 #include <asm-generic/bitops/fls64.h>
0021
0022 #ifndef _TOOLS_LINUX_BITOPS_H_
0023 #error only <linux/bitops.h> can be included directly
0024 #endif
0025
0026 #include <asm-generic/bitops/hweight.h>
0027
0028 #include <asm-generic/bitops/atomic.h>
0029 #include <asm-generic/bitops/non-atomic.h>
0030
0031 #endif