aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-cris/ptrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-cris/ptrace.h')
-rw-r--r--include/asm-cris/ptrace.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/asm-cris/ptrace.h b/include/asm-cris/ptrace.h
new file mode 100644
index 000000000000..7a8c2880e487
--- /dev/null
+++ b/include/asm-cris/ptrace.h
@@ -0,0 +1,12 @@
1#ifndef _CRIS_PTRACE_H
2#define _CRIS_PTRACE_H
3
4#include <asm/arch/ptrace.h>
5
6#ifdef __KERNEL__
7/* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */
8#define PTRACE_GETREGS 12
9#define PTRACE_SETREGS 13
10#endif
11
12#endif /* _CRIS_PTRACE_H */