repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add linux-next specific files for 20110831
[linux-2.6/next.git]
/
tools
/
kvm
/
include
/
asm
/
hweight.h
blob
1a439777bb45e5d98ef05c913dc53c1e702aa4d4
1
#ifndef _KVM_ASM_HWEIGHT_H_
2
#define _KVM_ASM_HWEIGHT_H_
3
4
#include <linux/types.h>
5
unsigned int
hweight32
(
unsigned int
w
);
6
unsigned long
hweight64
(
__u64 w
);
7
8
#endif
/* _KVM_ASM_HWEIGHT_H_ */