criu/compel/arch/mips/plugins/include/features.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
130 B
C
Executable file

#ifndef __COMPEL_ARCH_FEATURES_H
#define __COMPEL_ARCH_FEATURES_H
#define ARCH_HAS_MEMCPY
#endif /* __COMPEL_ARCH_FEATURES_H */