| Juan Cespedes | 5c3fe06 | 2004-06-14 18:08:37 +0200 | [diff] [blame] | 1 | #include <sys/ptrace.h> |
| Juan Cespedes | 63184be | 2008-12-10 13:30:12 +0100 | [diff] [blame^] | 2 | #include <asm/ptrace.h> |
| 3 | |||||
| 4 | typedef struct { | ||||
| 5 | int valid; | ||||
| 6 | struct pt_regs regs; | ||||
| 7 | long func_arg[5]; | ||||
| 8 | long sysc_arg[5]; | ||||
| 9 | } proc_archdep; | ||||