1*6f52b16cSGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 261730c53SDavid Howells #ifndef __ASM_MIPS_BITSPERLONG_H 361730c53SDavid Howells #define __ASM_MIPS_BITSPERLONG_H 461730c53SDavid Howells 561730c53SDavid Howells #define __BITS_PER_LONG _MIPS_SZLONG 661730c53SDavid Howells 761730c53SDavid Howells #include <asm-generic/bitsperlong.h> 861730c53SDavid Howells 961730c53SDavid Howells #endif /* __ASM_MIPS_BITSPERLONG_H */ 10