From e47b2abf2f405adc271aa2728dc2399eb7187143 Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 11 Oct 2000 22:04:29 +0000 Subject: Das U-Boot: Universal Boot Loader --- include/asm-ppc/sigcontext.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 include/asm-ppc/sigcontext.h (limited to 'include') diff --git a/include/asm-ppc/sigcontext.h b/include/asm-ppc/sigcontext.h new file mode 100644 index 00000000000..4bd66a707da --- /dev/null +++ b/include/asm-ppc/sigcontext.h @@ -0,0 +1,15 @@ +#ifndef _ASM_PPC_SIGCONTEXT_H +#define _ASM_PPC_SIGCONTEXT_H + +#include + + +struct sigcontext_struct { + unsigned long _unused[4]; + int signal; + unsigned long handler; + unsigned long oldmask; + struct pt_regs *regs; +}; + +#endif -- cgit v1.2.3