1*43370036SMichael S. Tsirkin /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2*43370036SMichael S. Tsirkin #ifndef __ASM_MIPS_BITSPERLONG_H 3*43370036SMichael S. Tsirkin #define __ASM_MIPS_BITSPERLONG_H 4*43370036SMichael S. Tsirkin 5*43370036SMichael S. Tsirkin #define __BITS_PER_LONG _MIPS_SZLONG 6*43370036SMichael S. Tsirkin 7*43370036SMichael S. Tsirkin #include <asm-generic/bitsperlong.h> 8*43370036SMichael S. Tsirkin 9*43370036SMichael S. Tsirkin #endif /* __ASM_MIPS_BITSPERLONG_H */ 10