1 #ifndef _ASM_SCORE_SIGCONTEXT_H
2 #define _ASM_SCORE_SIGCONTEXT_H
5 * Keep this struct definition in sync with the sigcontext fragment
6 * in arch/score/tools/offset.c
9 unsigned int sc_regmask
;
11 unsigned int sc_condition
;
13 unsigned long sc_regs
[32];
14 unsigned int sc_ssflags
;
15 unsigned int sc_mdceh
;
16 unsigned int sc_mdcel
;
19 unsigned long sc_sigset
[4];
22 #endif /* _ASM_SCORE_SIGCONTEXT_H */