Sign in
android
/
platform
/
external
/
bpftool
/
4b3c4a6c3dde098416ed19a56d1c40dcb31b51c5
/
.
/
include
/
linux
/
bitops.h
blob: b4d3926d35cda984392f4807b2d48735574c4c4f [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
#ifndef
_LINUX_BITOPS_H_
#define
_LINUX_BITOPS_H_
#ifndef
BITS_PER_LONG
# define BITS_PER_LONG __WORDSIZE
#endif
#define
BITS_PER_BYTE
8
#endif