61730c538f
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
9 lines
181 B
C
9 lines
181 B
C
#ifndef __ASM_MIPS_BITSPERLONG_H
|
|
#define __ASM_MIPS_BITSPERLONG_H
|
|
|
|
#define __BITS_PER_LONG _MIPS_SZLONG
|
|
|
|
#include <asm-generic/bitsperlong.h>
|
|
|
|
#endif /* __ASM_MIPS_BITSPERLONG_H */
|