mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-24 02:35:41 +00:00
There will be a couple of more builtin helpers needed in pie code soon. Thus to unify approach do - rename asm/memcpy_64.h to asm/string.h - introduce include/asm-generic/string.h file where all helpers are implemented if optimized variant is not yet provided Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
7 lines
145 B
C
7 lines
145 B
C
#ifndef __CR_ASM_STRING_H__
|
|
#define __CR_ASM_STRING_H__
|
|
|
|
#include "compiler.h"
|
|
#include "asm-generic/string.h"
|
|
|
|
#endif /* __CR_ASM_STRING_H__ */
|