Sign in
android-kvm
/
kvm-unit-tests
/
c507408d5f1c3095a248d5618fa2449c2a79f7fd
/
.
/
lib
/
x86
/
asm
/
bitops.h
blob: 13a25ec9853d7547b40a63f9a4832b794694e89f [
file
] [
log
] [
blame
]
#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