Go to the documentation of this file. 1 #ifndef _ASM_PARISC_RT_SIGFRAME_H
2 #define _ASM_PARISC_RT_SIGFRAME_H
4 #define SIGRETURN_TRAMP 4
5 #define SIGRESTARTBLOCK_TRAMP 5
6 #define TRAMP_SIZE (SIGRETURN_TRAMP + SIGRESTARTBLOCK_TRAMP)
19 #define FUNCTIONCALLFRAME 96
20 #define PARISC_RT_SIGFRAME_SIZE \
21 (((sizeof(struct rt_sigframe) + FUNCTIONCALLFRAME) + SIGFRAME) & -SIGFRAME)