Sign in
kernel
/
pub
/
scm
/
virt
/
kvm
/
kvm-unit-tests
/
ac9e075980a0be4cbaa70671de25462070af5adf
/
.
/
lib
/
x86
/
asm
/
bitops.h
blob: 13a25ec9853d7547b40a63f9a4832b794694e89f [
file
]
#ifndef
_ASMX86_BITOPS_H_
#define
_ASMX86_BITOPS_H_
#ifndef
_BITOPS_H_
#error
only
<bitops.h>
can be included directly
#endif
#ifdef
__x86_64__
#define
BITS_PER_LONG
64
#else
#define
BITS_PER_LONG
32
#endif
#define
HAVE_BUILTIN_FLS
1
#endif