brintos

brintos / linux-shallow public Read only

0
0
Text · 312 B · 46ece3e Raw
14 lines · c
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */2#ifndef __ASM_POWERPC_BITSPERLONG_H3#define __ASM_POWERPC_BITSPERLONG_H4 5#if defined(__powerpc64__)6# define __BITS_PER_LONG 647#else8# define __BITS_PER_LONG 329#endif10 11#include <asm-generic/bitsperlong.h>12 13#endif /* __ASM_POWERPC_BITSPERLONG_H */14