Add linux-next specific files for 20110831
[linux-2.6/next.git] / tools / kvm / include / asm / hweight.h
blob1a439777bb45e5d98ef05c913dc53c1e702aa4d4
1 #ifndef _KVM_ASM_HWEIGHT_H_
2 #define _KVM_ASM_HWEIGHT_H_
4 #include <linux/types.h>
5 unsigned int hweight32(unsigned int w);
6 unsigned long hweight64(__u64 w);
8 #endif /* _KVM_ASM_HWEIGHT_H_ */