Rivoreo Source Code Repositories
src.rivoreo.one
/
emulators
/
v86
/
5d18fb378670a6b70d6c7c9ddc34a69c11cf0072
/
.
/
tests
/
kvm-unit-tests
/
lib
/
x86
/
asm
/
bitops.h
blob: eb4aaa9fb29ae99409090fbc9fa928b0cbdfa32d [
file
] [
log
] [
blame
] [
raw
]
#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
#endif