]> Git Repo - linux.git/blob - arch/riscv/include/asm/signal.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.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
This page took 0.032565 seconds and 4 git commands to generate.