brintos

brintos / linux-shallow public Read only

0
0
Text · 292 B · d2bb620 Raw
14 lines · c
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */2#ifndef __ASM_S390_BITSPERLONG_H3#define __ASM_S390_BITSPERLONG_H4 5#ifndef __s390x__6#define __BITS_PER_LONG 327#else8#define __BITS_PER_LONG 649#endif10 11#include <asm-generic/bitsperlong.h>12 13#endif /* __ASM_S390_BITSPERLONG_H */14