/* * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com) * Licensed under the GPL */#ifndef __SYSDEP_I386_SKAS_PTRACE_H#define __SYSDEP_I386_SKAS_PTRACE_Hstructptrace_faultinfo{intis_write;unsignedlongaddr;};structptrace_ldt{intfunc;void*ptr;unsignedlongbytecount;};#define PTRACE_LDT 54#endif