Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
sh
include
asm
ptrace_32.h
Go to the documentation of this file.
1
#ifndef __ASM_SH_PTRACE_32_H
2
#define __ASM_SH_PTRACE_32_H
3
4
#include <
uapi/asm/ptrace_32.h
>
5
6
7
#define MAX_REG_OFFSET offsetof(struct pt_regs, tra)
8
static
inline
long
regs_return_value(
struct
pt_regs
*
regs
)
9
{
10
return
regs->
regs
[0];
11
}
12
13
#endif
/* __ASM_SH_PTRACE_32_H */
Generated on Thu Jan 10 2013 13:17:15 for Linux Kernel by
1.8.2