18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef _ASM_POWERPC_SIGNAL_H 38c2ecf20Sopenharmony_ci#define _ASM_POWERPC_SIGNAL_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#define __ARCH_HAS_SA_RESTORER 68c2ecf20Sopenharmony_ci#include <uapi/asm/signal.h> 78c2ecf20Sopenharmony_ci#include <uapi/asm/ptrace.h> 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_cistruct pt_regs; 108c2ecf20Sopenharmony_civoid do_notify_resume(struct pt_regs *regs, unsigned long thread_info_flags); 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#endif /* _ASM_POWERPC_SIGNAL_H */ 13