1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _ASM_M68k_SIGCONTEXT_H
3 #define _ASM_M68k_SIGCONTEXT_H
6 unsigned long sc_mask
; /* old sigmask */
7 unsigned long sc_usp
; /* old user stack pointer */
17 unsigned short sc_formatvec
;
19 unsigned long sc_fpregs
[2*3]; /* room for two fp registers */
20 unsigned long sc_fpcntl
[3];
21 unsigned char sc_fpstate
[216];