Merge patch series "Use block pr_ops in LIO"
[platform/kernel/linux-rpi.git] / arch / riscv / include / asm / signal.h
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_work_pending(struct pt_regs *regs, unsigned long thread_info_flags);
11
12 #endif