Akinobu Mita | 3b9ed1a | 2006-03-26 01:39:13 -0800 | [diff] [blame] | 1 | #ifndef _ASM_GENERIC_BITOPS_HWEIGHT_H_ |
2 | #define _ASM_GENERIC_BITOPS_HWEIGHT_H_ | ||||
3 | |||||
Peter Zijlstra | 1527bc8 | 2010-02-01 15:03:07 +0100 | [diff] [blame] | 4 | #include <asm-generic/bitops/arch_hweight.h> |
5 | #include <asm-generic/bitops/const_hweight.h> | ||||
Akinobu Mita | 3b9ed1a | 2006-03-26 01:39:13 -0800 | [diff] [blame] | 6 | |
7 | #endif /* _ASM_GENERIC_BITOPS_HWEIGHT_H_ */ |