mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-22 17:49:13 +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>
6 lines
111 B
C
6 lines
111 B
C
#ifndef __CR_ASM_INT_H__
|
|
#define __CR_ASM_INT_H__
|
|
|
|
#include "asm-generic/int.h"
|
|
|
|
#endif /* __CR_ASM_INT_H__ */
|