spi-topcliff-pch: add recovery processing in case wait-event timeout
[zen-stable.git] / arch / x86 / um / shared / sysdep / ptrace.h
blob2bbe1ec2d96ab1a4d8ae8ab540eae7f9360c2db4
1 #ifndef __SYSDEP_X86_PTRACE_H
2 #define __SYSDEP_X86_PTRACE_H
4 #ifdef __i386__
5 #include "ptrace_32.h"
6 #else
7 #include "ptrace_64.h"
8 #endif
10 static inline long regs_return_value(struct uml_pt_regs *regs)
12 return UPT_SYSCALL_RET(regs);
15 #endif /* __SYSDEP_X86_PTRACE_H */