summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/include/asm/bitsperlong.h
blob: 00c1fc2625b205d7117b468474a3fb1580d9f2c5 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __ASM_BITSPERLONG_H
#define __ASM_BITSPERLONG_H

#ifdef __x86_64__
#define BITS_PER_LONG 64
#else
#define BITS_PER_LONG 32
#endif

#endif /* __ASM_BITSPERLONG_H */