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
9asmlinkage __visible
10void do_work_pending(struct pt_regs *regs, unsigned long thread_info_flags);
11
12#endif
13