|
|
| File: [Development] / linux-2.6-xfs / include / asm-cris / ptrace.h (download)
Revision 1.2, Thu Jun 17 03:20:52 2004 UTC (13 years, 4 months ago) by nathans
Merge up to 2.6.7, and upgrade kdb at the same time. |
#ifndef _CRIS_PTRACE_H #define _CRIS_PTRACE_H #include <asm/arch/ptrace.h> #ifdef __KERNEL__ /* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */ #define PTRACE_GETREGS 12 #define PTRACE_SETREGS 13 #endif #endif /* _CRIS_PTRACE_H */