patch-2.3.16 linux/include/asm-sh/sigcontext.h
Next file: linux/include/asm-sh/siginfo.h
Previous file: linux/include/asm-sh/shmparam.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Aug 30 18:12:59 1999
- Orig file:
v2.3.15/linux/include/asm-sh/sigcontext.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.3.15/linux/include/asm-sh/sigcontext.h linux/include/asm-sh/sigcontext.h
@@ -0,0 +1,17 @@
+#ifndef __ASM_SH_SIGCONTEXT_H
+#define __ASM_SH_SIGCONTEXT_H
+
+struct sigcontext {
+ unsigned long oldmask;
+
+ /* CPU registers */
+ unsigned long u_regs[16];
+ unsigned long gbr;
+ unsigned long mach;
+ unsigned long macl;
+ unsigned long pr;
+ unsigned long sr;
+ unsigned long pc;
+};
+
+#endif /* __ASM_SH_SIGCONTEXT_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)