6 lines
87 B
C
6 lines
87 B
C
|
#ifdef __arch_v32
|
||
|
#include <asm/ptrace_v32.h>
|
||
|
#else
|
||
|
#include <asm/ptrace_v10.h>
|
||
|
#endif
|