GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / cris / include / asm / ptrace.h
blob6618893bfe8ed2ce1e073025b996fe43dfd71f84
1 #ifndef _CRIS_PTRACE_H
2 #define _CRIS_PTRACE_H
4 #include <arch/ptrace.h>
6 #ifdef __KERNEL__
8 /* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */
9 #define PTRACE_GETREGS 12
10 #define PTRACE_SETREGS 13
12 #define profile_pc(regs) instruction_pointer(regs)
14 #endif /* __KERNEL__ */
16 #endif /* _CRIS_PTRACE_H */