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
uapi
asm
ptrace_64.h
Go to the documentation of this file.
1
#ifndef _UAPI__ASM_SH_PTRACE_64_H
2
#define _UAPI__ASM_SH_PTRACE_64_H
3
4
struct
pt_regs
{
5
unsigned
long
long
pc
;
6
unsigned
long
long
sr
;
7
long
long
syscall_nr
;
8
unsigned
long
long
regs
[63];
9
unsigned
long
long
tregs
[8];
10
unsigned
long
long
pad
[2];
11
};
12
13
14
#endif
/* _UAPI__ASM_SH_PTRACE_64_H */
Generated on Thu Jan 10 2013 13:17:15 for Linux Kernel by
1.8.2