xref: /openbmc/linux/arch/riscv/include/asm/signal.h (revision e51c94dd9c7af3d84b19d1753ee118f999c6c8dd)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __ASM_SIGNAL_H
4 #define __ASM_SIGNAL_H
5 
6 #include <uapi/asm/signal.h>
7 #include <uapi/asm/ptrace.h>
8 
9 asmlinkage __visible
10 void do_notify_resume(struct pt_regs *regs, unsigned long thread_info_flags);
11 
12 #endif
13