can: gw: make routing to the incoming CAN interface configurable
[linux/fpc-iii.git] / arch / sh / include / asm / ptrace_32.h
blob1dd4480c5363f5e413dc35e0b65c9278ffbc1bae
1 #ifndef __ASM_SH_PTRACE_32_H
2 #define __ASM_SH_PTRACE_32_H
4 #include <uapi/asm/ptrace_32.h>
7 #define MAX_REG_OFFSET offsetof(struct pt_regs, tra)
8 static inline long regs_return_value(struct pt_regs *regs)
10 return regs->regs[0];
13 #endif /* __ASM_SH_PTRACE_32_H */