xref: /linux/arch/s390/include/uapi/asm/bitsperlong.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*6f52b16cSGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2c31ae4bbSArnd Bergmann #ifndef __ASM_S390_BITSPERLONG_H
3c31ae4bbSArnd Bergmann #define __ASM_S390_BITSPERLONG_H
4c31ae4bbSArnd Bergmann 
5c31ae4bbSArnd Bergmann #ifndef __s390x__
6c31ae4bbSArnd Bergmann #define __BITS_PER_LONG 32
7c31ae4bbSArnd Bergmann #else
8c31ae4bbSArnd Bergmann #define __BITS_PER_LONG 64
9c31ae4bbSArnd Bergmann #endif
10c31ae4bbSArnd Bergmann 
11c31ae4bbSArnd Bergmann #include <asm-generic/bitsperlong.h>
12c31ae4bbSArnd Bergmann 
13c31ae4bbSArnd Bergmann #endif /* __ASM_S390_BITSPERLONG_H */
14c31ae4bbSArnd Bergmann 
15