brintos

brintos / linux-shallow public Read only

0
0
Text · 320 B · f8a92e0 Raw
14 lines · c
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */2#ifndef __ASM_X86_BITSPERLONG_H3#define __ASM_X86_BITSPERLONG_H4 5#if defined(__x86_64__) && !defined(__ILP32__)6# define __BITS_PER_LONG 647#else8# define __BITS_PER_LONG 329#endif10 11#include <asm-generic/bitsperlong.h>12 13#endif /* __ASM_X86_BITSPERLONG_H */14