blob: 8be6f17d6a5c7c09aa421716f9b9d4a8cb915692 [file] [log] [blame]
Akinobu Mita3b9ed1a2006-03-26 01:39:13 -08001#ifndef _ASM_GENERIC_BITOPS_HWEIGHT_H_
2#define _ASM_GENERIC_BITOPS_HWEIGHT_H_
3
4extern unsigned int hweight32(unsigned int w);
5extern unsigned int hweight16(unsigned int w);
6extern unsigned int hweight8(unsigned int w);
7extern unsigned long hweight64(__u64 w);
8
9#endif /* _ASM_GENERIC_BITOPS_HWEIGHT_H_ */