criu/include/common/arch/mips/asm/bitsperlong.h
Guoyun Sun ba0d6dbac1 mips:compel/arch/mips: Add architecture support to compel tool and libraries
This patch only adds the support but does not enable it for building.

Signed-off-by: Guoyun Sun <sunguoyun@loongson.cn>
2020-10-20 00:18:24 -07:00

6 lines
120 B
C
Executable file

#ifndef __CR_BITSPERLONG_H__
#define __CR_BITSPERLONG_H__
# define BITS_PER_LONG 64
#endif /* __CR_BITSPERLONG_H__ */