signal.h 258 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. #ifndef __ASM_SIGNAL_H
  3. #define __ASM_SIGNAL_H
  4. #include <uapi/asm/signal.h>
  5. #include <uapi/asm/ptrace.h>
  6. asmlinkage __visible
  7. void do_notify_resume(struct pt_regs *regs, unsigned long thread_info_flags);
  8. #endif