Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
will
/
kvmtool
/
ad9b731921e3e23d166fea9aae7d4bfbe4f4e2bc
/
.
/
include
/
asm
/
hweight.h
blob: 1a439777bb45e5d98ef05c913dc53c1e702aa4d4 [
file
] [
log
] [
blame
]
#ifndef
_KVM_ASM_HWEIGHT_H_
#define
_KVM_ASM_HWEIGHT_H_
#include
<linux/types.h>
unsigned
int
hweight32
(
unsigned
int
w
);
unsigned
long
hweight64
(
__u64 w
);
#endif
/* _KVM_ASM_HWEIGHT_H_ */