1
0
mirror of https://github.com/Wind4/vlmcsd.git synced 2025-02-18 02:28:01 +08:00
2016-10-14 13:28:23 +08:00

14 lines
258 B
C

#ifndef __ASM_X86_BITSPERLONG_H
#define __ASM_X86_BITSPERLONG_H
#if defined(__x86_64__) && !defined(__ILP32__)
# define __BITS_PER_LONG 64
#else
# define __BITS_PER_LONG 32
#endif
#include <asm-generic/bitsperlong.h>
#endif /* __ASM_X86_BITSPERLONG_H */