1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 3 #include <asm/siginfo.h> 4 #include <asm/ucontext.h> 5 6 struct rt_sigframe { 7 struct siginfo rs_info; 8 struct ucontext rs_uctx; 9 }; 10