/arch/um/sys-ppc/shared/sysdep/skas_ptrace.h
https://bitbucket.org/ndreys/linux-sunxi · C++ Header · 22 lines · 13 code · 5 blank · 4 comment · 0 complexity · 91f539d9681f78141cc27ea38d0a2de7 MD5 · raw file
- /*
- * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com)
- * Licensed under the GPL
- */
- #ifndef __SYSDEP_PPC_SKAS_PTRACE_H
- #define __SYSDEP_PPC_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