repo.or.cz
/
linux-2.6.9-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MOXA linux-2.6.x / linux-2.6.9-uc0 from sdlinux-moxaart.tgz
[linux-2.6.9-moxart.git]
/
include
/
asm-ppc
/
sigcontext.h
blob
fc5e358c65f1493a71cf706dc5c3c715a23386e9
1
#ifndef _ASM_PPC_SIGCONTEXT_H
2
#define _ASM_PPC_SIGCONTEXT_H
3
4
#include <asm/ptrace.h>
5
6
7
struct
sigcontext
{
8
unsigned long
_unused
[
4
];
9
int
signal
;
10
unsigned long
handler
;
11
unsigned long
oldmask
;
12
struct
pt_regs
*
regs
;
13
};
14
15
#endif