Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 #ifndef __ASM_PARISC_BITSPERLONG_H
0003 #define __ASM_PARISC_BITSPERLONG_H
0004 
0005 #if defined(__LP64__)
0006 #define __BITS_PER_LONG 64
0007 #define SHIFT_PER_LONG 6
0008 #else
0009 #define __BITS_PER_LONG 32
0010 #define SHIFT_PER_LONG 5
0011 #endif
0012 
0013 #include <asm-generic/bitsperlong.h>
0014 
0015 #endif /* __ASM_PARISC_BITSPERLONG_H */