Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 */