Back to home page

OSCL-LXR

 
 

    


0001 #ifndef _UAPI__ASM_GENERIC_BITS_PER_LONG
0002 #define _UAPI__ASM_GENERIC_BITS_PER_LONG
0003 
0004 /*
0005  * There seems to be no way of detecting this automatically from user
0006  * space, so 64 bit architectures should override this in their
0007  * bitsperlong.h. In particular, an architecture that supports
0008  * both 32 and 64 bit user space must not rely on CONFIG_64BIT
0009  * to decide it, but rather check a compiler provided macro.
0010  */
0011 #ifndef __BITS_PER_LONG
0012 #define __BITS_PER_LONG 32
0013 #endif
0014 
0015 #endif /* _UAPI__ASM_GENERIC_BITS_PER_LONG */