RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / arch / um / include / sysdep-i386 / skas_ptrace.h
blobe27b8a791773355e700ad4fad467e4f2f82f43ba
1 /*
2 * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
4 */
6 #ifndef __SYSDEP_I386_SKAS_PTRACE_H
7 #define __SYSDEP_I386_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