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