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

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