mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-21 09:10:10 +00:00
aarch64: TLS register checkpoint/restore implementation by Christopher Covington. Signed-off-by: Alexander Kartashov <alekskartashov@parallels.com> Signed-off-by: Christopher Covington <cov@codeaurora.org> Reviewed-by: Christopher Covington <cov@codeaurora.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__ */
|