Back to home page

OSCL-LXR

 
 

    


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