um: kill includes of sysdep/sigcontext.h from stuff built with kernel headers
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / um / sys-x86 / shared / sysdep / skas_ptrace_64.h
blob95db4be786e47a8127e5f57e10b887a4350f4bc9
1 /*
2 * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
4 */
6 #ifndef __SYSDEP_X86_64_SKAS_PTRACE_H
7 #define __SYSDEP_X86_64_SKAS_PTRACE_H
9 struct ptrace_faultinfo {
10 int is_write;
11 unsigned long addr;
14 struct ptrace_ldt {
15 int func;
16 void *ptr;
17 unsigned long bytecount;
20 #define PTRACE_LDT 54
22 #endif