Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
9c21df15474b9f722822a95d334796cd97b3448b
/
.
/
include
/
asm-generic
/
bitsperlong.h
blob: 75ee21e86ac2eff5285614064bdb4edd23bfa0bc [
file
] [
log
] [
blame
]
#ifndef
__ASM_GENERIC_BITS_PER_LONG
#define
__ASM_GENERIC_BITS_PER_LONG
#ifndef
BITS_PER_LONG_LONG
#define
BITS_PER_LONG_LONG
64
#endif
#endif
/* __ASM_GENERIC_BITS_PER_LONG */