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