linux-stable-rt/arch/x86/um/shared/sysdep/ptrace.h

6 lines
75 B
C

#ifdef __i386__
#include "ptrace_32.h"
#else
#include "ptrace_64.h"
#endif