/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

  1. /*
  2. * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com)
  3. * Licensed under the GPL
  4. */
  5. #ifndef __SYSDEP_PPC_SKAS_PTRACE_H
  6. #define __SYSDEP_PPC_SKAS_PTRACE_H
  7. struct ptrace_faultinfo {
  8. int is_write;
  9. unsigned long addr;
  10. };
  11. struct ptrace_ldt {
  12. int func;
  13. void *ptr;
  14. unsigned long bytecount;
  15. };
  16. #define PTRACE_LDT 54
  17. #endif