aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include/asm-generic/bitops.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/include/asm-generic/bitops.h')
-rw-r--r--tools/include/asm-generic/bitops.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/include/asm-generic/bitops.h b/tools/include/asm-generic/bitops.h
index 6dfd9d5fd828..6eedba1f7732 100644
--- a/tools/include/asm-generic/bitops.h
+++ b/tools/include/asm-generic/bitops.h
@@ -13,6 +13,9 @@
*/
#include <asm-generic/bitops/__ffs.h>
+#include <asm-generic/bitops/fls.h>
+#include <asm-generic/bitops/__fls.h>
+#include <asm-generic/bitops/fls64.h>
#include <asm-generic/bitops/find.h>
#ifndef _TOOLS_LINUX_BITOPS_H_