1 #ifndef _ASM_M68k_SIGCONTEXT_H
2 #define _ASM_M68k_SIGCONTEXT_H
5 unsigned long sc_mask
; /* old sigmask */
6 unsigned long sc_usp
; /* old user stack pointer */
16 unsigned short sc_formatvec
;
19 unsigned long sc_fpregs
[2][2]; /* room for two fp registers */
21 unsigned long sc_fpregs
[2*3]; /* room for two fp registers */
23 unsigned long sc_fpcntl
[3];
24 unsigned char sc_fpstate
[216];