Import 2.3.18pre1
[davej-history.git] / include / asm-ppc / sigcontext.h
blob4bd66a707da9983a542ecb0ef2156878f28c730a
1 #ifndef _ASM_PPC_SIGCONTEXT_H
2 #define _ASM_PPC_SIGCONTEXT_H
4 #include <asm/ptrace.h>
7 struct sigcontext_struct {
8 unsigned long _unused[4];
9 int signal;
10 unsigned long handler;
11 unsigned long oldmask;
12 struct pt_regs *regs;
15 #endif