aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include/asm-generic/bitops/hweight.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/include/asm-generic/bitops/hweight.h')
-rw-r--r--tools/include/asm-generic/bitops/hweight.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/include/asm-generic/bitops/hweight.h b/tools/include/asm-generic/bitops/hweight.h
new file mode 100644
index 000000000000..290120c01a8e
--- /dev/null
+++ b/tools/include/asm-generic/bitops/hweight.h
@@ -0,0 +1,7 @@
+#ifndef _TOOLS_LINUX_ASM_GENERIC_BITOPS_HWEIGHT_H_
+#define _TOOLS_LINUX_ASM_GENERIC_BITOPS_HWEIGHT_H_
+
+#include <asm-generic/bitops/arch_hweight.h>
+#include <asm-generic/bitops/const_hweight.h>
+
+#endif /* _TOOLS_LINUX_ASM_GENERIC_BITOPS_HWEIGHT_H_ */