Merge tag 'for-5.8/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device...
[linux/fpc-iii.git] / arch / parisc / include / uapi / asm / bitsperlong.h
blob307e2ef1c62d1e20a0e822816105780603e00c0f
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef __ASM_PARISC_BITSPERLONG_H
3 #define __ASM_PARISC_BITSPERLONG_H
5 #if defined(__LP64__)
6 #define __BITS_PER_LONG 64
7 #else
8 #define __BITS_PER_LONG 32
9 #endif
11 #include <asm-generic/bitsperlong.h>
13 #endif /* __ASM_PARISC_BITSPERLONG_H */