1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 */ 2*4882a593Smuzhiyun #ifndef _TOOLS_LINUX_ASM_GENERIC_BITOPS_HWEIGHT_H_ 3*4882a593Smuzhiyun #define _TOOLS_LINUX_ASM_GENERIC_BITOPS_HWEIGHT_H_ 4*4882a593Smuzhiyun 5*4882a593Smuzhiyun #include <asm-generic/bitops/arch_hweight.h> 6*4882a593Smuzhiyun #include <asm-generic/bitops/const_hweight.h> 7*4882a593Smuzhiyun 8*4882a593Smuzhiyun #endif /* _TOOLS_LINUX_ASM_GENERIC_BITOPS_HWEIGHT_H_ */ 9