2005-04-16 22:20:36 +00:00
|
|
|
#ifndef _CRIS_PTRACE_H
|
|
|
|
#define _CRIS_PTRACE_H
|
|
|
|
|
2012-10-09 08:46:45 +00:00
|
|
|
#include <uapi/asm/ptrace.h>
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2008-07-25 08:47:34 +00:00
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
/* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */
|
|
|
|
#define PTRACE_GETREGS 12
|
|
|
|
#define PTRACE_SETREGS 13
|
|
|
|
|
2005-07-27 18:44:40 +00:00
|
|
|
#define profile_pc(regs) instruction_pointer(regs)
|
2012-11-18 17:50:10 +00:00
|
|
|
#define current_user_stack_pointer() rdusp()
|
2005-07-27 18:44:40 +00:00
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
#endif /* _CRIS_PTRACE_H */
|