xref: /openbmc/linux/arch/ia64/include/uapi/asm/bitsperlong.h (revision 43e40f25d2c090392fc36cb900b42972e88cc2e2)
1*43e40f25SDavid Howells #ifndef __ASM_IA64_BITSPERLONG_H
2*43e40f25SDavid Howells #define __ASM_IA64_BITSPERLONG_H
3*43e40f25SDavid Howells 
4*43e40f25SDavid Howells #define __BITS_PER_LONG 64
5*43e40f25SDavid Howells 
6*43e40f25SDavid Howells #include <asm-generic/bitsperlong.h>
7*43e40f25SDavid Howells 
8*43e40f25SDavid Howells #endif /* __ASM_IA64_BITSPERLONG_H */
9