patch-1.3.94 linux/include/asm-m68k/sigcontext.h
Next file: linux/include/asm-m68k/signal.h
Previous file: linux/include/asm-m68k/shmparam.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Thu Mar 7 20:28:49 1996
- Orig file:
v1.3.93/linux/include/asm-m68k/sigcontext.h
- Orig date:
Thu Jan 1 02:00:00 1970
diff -u --recursive --new-file v1.3.93/linux/include/asm-m68k/sigcontext.h linux/include/asm-m68k/sigcontext.h
@@ -0,0 +1,19 @@
+#ifndef _ASMm68k_SIGCONTEXT_H
+#define _ASMm68k_SIGCONTEXT_H
+
+struct sigcontext_struct {
+ unsigned long sc_mask; /* old sigmask */
+ unsigned long sc_usp; /* old user stack pointer */
+ unsigned long sc_d0;
+ unsigned long sc_d1;
+ unsigned long sc_a0;
+ unsigned long sc_a1;
+ unsigned short sc_sr;
+ unsigned long sc_pc;
+ unsigned short sc_formatvec;
+ unsigned long sc_fpregs[2*3]; /* room for two fp registers */
+ unsigned long sc_fpcntl[3];
+ unsigned char sc_fpstate[216];
+};
+
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this