Release 4.17 include/asm-generic/bitops/hweight.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_GENERIC_BITOPS_HWEIGHT_H_
#define _ASM_GENERIC_BITOPS_HWEIGHT_H_
#include <asm-generic/bitops/arch_hweight.h>
#include <asm-generic/bitops/const_hweight.h>
#endif /* _ASM_GENERIC_BITOPS_HWEIGHT_H_ */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Akinobu Mita | 11 | 68.75% | 2 | 50.00% |
Peter Zijlstra | 4 | 25.00% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 6.25% | 1 | 25.00% |
Total | 16 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.