summaryrefslogtreecommitdiffstats
path: root/include/asm-xtensa/sigcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-xtensa/sigcontext.h')
-rw-r--r--include/asm-xtensa/sigcontext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-xtensa/sigcontext.h b/include/asm-xtensa/sigcontext.h
index dff3c54a3c1..03383af8c3b 100644
--- a/include/asm-xtensa/sigcontext.h
+++ b/include/asm-xtensa/sigcontext.h
@@ -22,6 +22,7 @@ struct sigcontext {
unsigned long sc_acclo;
unsigned long sc_acchi;
unsigned long sc_a[16];
+ void *sc_xtregs;
};
#endif /* _XTENSA_SIGCONTEXT_H */