ptrace.h revision 63184be8c577f5799e44db2a4e312a8240ad7751
1#include <sys/ptrace.h>
2#include <asm/ptrace.h>
3
4typedef struct {
5	int valid;
6	struct pt_regs regs;
7	long func_arg[5];
8	long sysc_arg[5];
9} proc_archdep;
10