1
2 #ifndef __TOOLS_ASM_GENERIC_BITOPS_H
3 #define __TOOLS_ASM_GENERIC_BITOPS_H
4
5
6
7
8
9
10
11
12
13
14
15
16 #include <asm-generic/bitops/__ffs.h>
17 #include <asm-generic/bitops/__ffz.h>
18 #include <asm-generic/bitops/fls.h>
19 #include <asm-generic/bitops/__fls.h>
20 #include <asm-generic/bitops/fls64.h>
21 #include <asm-generic/bitops/find.h>
22
23 #ifndef _TOOLS_LINUX_BITOPS_H_
24 #error only <linux/bitops.h> can be included directly
25 #endif
26
27 #include <asm-generic/bitops/hweight.h>
28
29 #include <asm-generic/bitops/atomic.h>
30 #include <asm-generic/bitops/non-atomic.h>
31
32 #endif