OpenCloudOS-Kernel/arch/x86/um/asm/ptrace.h

6 lines
82 B
C
Raw Normal View History

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