xref: /OK3568_Linux_fs/kernel/tools/include/asm-generic/bitops/hweight.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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