9
0
Fork 0
barebox/arch/efi/include/asm/bitsperlong.h

11 lines
172 B
C

#ifndef __ASM_BITSPERLONG_H
#define __ASM_BITSPERLONG_H
#ifdef __x86_64__
#define BITS_PER_LONG 64
#else
#define BITS_PER_LONG 32
#endif
#endif /* __ASM_BITSPERLONG_H */