6 lines
77 B
C
6 lines
77 B
C
|
#ifdef CONFIG_MMU
|
||
|
#include "ptrace_mm.c"
|
||
|
#else
|
||
|
#include "ptrace_no.c"
|
||
|
#endif
|