repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
blk: rq_data_dir() should not return a boolean
[cris-mirror.git]
/
arch
/
sh
/
include
/
uapi
/
asm
/
ptrace_64.h
blob
0e52ee83e94648fe4e55fbc1c044e4baed91d4d0
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 */