Go to the documentation of this file.
2 #include <linux/compat_siginfo.h>
5 #ifndef _ASM_PARISC_COMPAT_RT_SIGFRAME_H
6 #define _ASM_PARISC_COMPAT_RT_SIGFRAME_H
23 #define COMPAT_SIGRETURN_TRAMP 4
24 #define COMPAT_SIGRESTARTBLOCK_TRAMP 5
25 #define COMPAT_TRAMP_SIZE (COMPAT_SIGRETURN_TRAMP + COMPAT_SIGRESTARTBLOCK_TRAMP)
46 #define FUNCTIONCALLFRAME32 48
47 #define PARISC_RT_SIGFRAME_SIZE32 \
48 (((sizeof(struct compat_rt_sigframe) + FUNCTIONCALLFRAME32) + SIGFRAME32) & -SIGFRAME32)