dashboard
repositories
activity
search
login
lzh
/
A133
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(bat): add 8000mA bat dtsi
huangcm
2025-08-30
0269911b91ed7e03c24005924cc6423abf245fb8
[~lzh/A133.git]
/
longan
/
brandy
/
brandy-2.0
/
u-boot-2018
/
include
/
asm-generic
/
bitsperlong.h
1
2
3
4
5
6
7
8
#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 */