blob: 109298b8d7e0b095c82a2051d5ecb3fb25b196ae [file] [log] [blame] [edit]
/* SPDX-License-Identifier: GPL-2.0+ */
#include <asm/siginfo.h>
#include <asm/ucontext.h>
struct rt_sigframe {
struct siginfo rs_info;
struct ucontext rs_uctx;
};