xref: /openbmc/linux/arch/ia64/include/uapi/asm/bitsperlong.h (revision 6f52b16c5b29b89d92c0e7236f4655dc8491ad70)
1*6f52b16cSGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
243e40f25SDavid Howells #ifndef __ASM_IA64_BITSPERLONG_H
343e40f25SDavid Howells #define __ASM_IA64_BITSPERLONG_H
443e40f25SDavid Howells 
543e40f25SDavid Howells #define __BITS_PER_LONG 64
643e40f25SDavid Howells 
743e40f25SDavid Howells #include <asm-generic/bitsperlong.h>
843e40f25SDavid Howells 
943e40f25SDavid Howells #endif /* __ASM_IA64_BITSPERLONG_H */
10