Rivoreo Source Code Repositories
src.rivoreo.one
/
emulators
/
v86
/
7f981fdb066250b0574f6266873b7029b9be0375
/
.
/
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