ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / include / asm-cris / ptrace.h
1 #ifndef _CRIS_PTRACE_H
2 #define _CRIS_PTRACE_H
3
4 #include <asm/arch/ptrace.h>
5
6 /* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */
7 #define PTRACE_GETREGS            12
8 #define PTRACE_SETREGS            13
9
10 #endif /* _CRIS_PTRACE_H */