criu/include/common/arch/mips/asm/bitsperlong.h
Guoyun Sun 895392b34e 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-07-16 05:32:56 +03: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__ */