1*6f52b16cSGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 270c1674fSDavid Howells #ifndef __ASM_PARISC_BITSPERLONG_H 370c1674fSDavid Howells #define __ASM_PARISC_BITSPERLONG_H 470c1674fSDavid Howells 5d8f5457aSHelge Deller #if defined(__LP64__) 670c1674fSDavid Howells #define __BITS_PER_LONG 64 770c1674fSDavid Howells #else 870c1674fSDavid Howells #define __BITS_PER_LONG 32 970c1674fSDavid Howells #endif 1070c1674fSDavid Howells 1170c1674fSDavid Howells #include <asm-generic/bitsperlong.h> 1270c1674fSDavid Howells 1370c1674fSDavid Howells #endif /* __ASM_PARISC_BITSPERLONG_H */ 14