xref: /openbmc/u-boot/include/asm-generic/bitsperlong.h (revision 856b30dae54a9fa76a7457b6c891b3efd9a8a397)
1 #ifndef __ASM_GENERIC_BITS_PER_LONG
2 #define __ASM_GENERIC_BITS_PER_LONG
3 
4 #ifndef BITS_PER_LONG_LONG
5 #define BITS_PER_LONG_LONG 64
6 #endif
7 
8 #endif /* __ASM_GENERIC_BITS_PER_LONG */
9