/arch/um/include/shared/skas_ptrace.h

https://bitbucket.org/ndreys/linux-sunxi · C++ Header · 14 lines · 6 code · 4 blank · 4 comment · 0 complexity · 5c747277cfcb3114b0021fac572c1b55 MD5 · raw file

  1. /*
  2. * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
  3. * Licensed under the GPL
  4. */
  5. #ifndef __SKAS_PTRACE_H
  6. #define __SKAS_PTRACE_H
  7. #define PTRACE_FAULTINFO 52
  8. #define PTRACE_SWITCH_MM 55
  9. #include "sysdep/skas_ptrace.h"
  10. #endif