Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'compel/arch/aarch64/src/lib/include/ptrace.h')
-rw-r--r--compel/arch/aarch64/src/lib/include/ptrace.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/compel/arch/aarch64/src/lib/include/ptrace.h b/compel/arch/aarch64/src/lib/include/ptrace.h
new file mode 100644
index 000000000..9cf7d460d
--- /dev/null
+++ b/compel/arch/aarch64/src/lib/include/ptrace.h
@@ -0,0 +1,4 @@
+#ifndef __COMPEL_PTRACE_H__
+#define __COMPEL_PTRACE_H__
+#define ARCH_SI_TRAP TRAP_BRKPT
+#endif