repo.or.cz
/
linux-2.6
/
kmemtrace.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ipg: remove commented out code
[linux-2.6/kmemtrace.git]
/
include
/
asm-sh
/
ucontext.h
blob
202ef1d5a3c41dbee13265f1487a12555d1e04a2
1
#ifndef __ASM_SH_UCONTEXT_H
2
#define __ASM_SH_UCONTEXT_H
3
4
struct
ucontext
{
5
unsigned long
uc_flags
;
6
struct
ucontext
*
uc_link
;
7
stack_t uc_stack
;
8
struct
sigcontext uc_mcontext
;
9
sigset_t uc_sigmask
;
/* mask last for extensibility */
10
};
11
12
#endif
/* __ASM_SH_UCONTEXT_H */