aboutsummaryrefslogblamecommitdiffstats
path: root/arch/um/include/sysdep-ia64/skas_ptrace.h
blob: 25a38e7157029b9a9a00d87785dffdbba47f8d17 (plain) (tree)





















                                                              
/*
 * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com)
 * Licensed under the GPL
 */

#ifndef __SYSDEP_IA64_SKAS_PTRACE_H
#define __SYSDEP_IA64_SKAS_PTRACE_H

struct ptrace_faultinfo {
        int is_write;
        unsigned long addr;
};

struct ptrace_ldt {
        int func;
        void *ptr;
        unsigned long bytecount;
};

#define PTRACE_LDT 54

#endif