diff options
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/ksigaction.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/sh/ksigaction.h b/arch/sh/ksigaction.h new file mode 100644 index 00000000..0c652bea --- /dev/null +++ b/arch/sh/ksigaction.h @@ -0,0 +1,8 @@ +struct k_sigaction { + void (*handler)(int); + unsigned long flags; + void *restorer; + unsigned mask[2]; +}; + +extern unsigned char __restore[], __restore_rt[]; |