ptrace.h 87 B

123456
  1. #ifdef __arch_v32
  2. #include <asm/ptrace_v32.h>
  3. #else
  4. #include <asm/ptrace_v10.h>
  5. #endif