1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_PARISC_RT_SIGFRAME_H
3 #define _ASM_PARISC_RT_SIGFRAME_H
6 unsigned int tramp
[2]; /* holds original return address */
12 #define FUNCTIONCALLFRAME 96
13 #define PARISC_RT_SIGFRAME_SIZE \
14 (((sizeof(struct rt_sigframe) + FUNCTIONCALLFRAME) + SIGFRAME) & -SIGFRAME)