From 6fca8abef7e6d7be1a9e6d93dd0f2b7fbc5b28e5 Mon Sep 17 00:00:00 2001 From: Pasha Date: Tue, 20 Feb 2024 18:55:36 +0000 Subject: initial risc-v example --- riscv/include/asm/signal.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 riscv/include/asm/signal.h (limited to 'riscv/include/asm/signal.h') diff --git a/riscv/include/asm/signal.h b/riscv/include/asm/signal.h new file mode 100644 index 0000000..956ae0a --- /dev/null +++ b/riscv/include/asm/signal.h @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#ifndef __ASM_SIGNAL_H +#define __ASM_SIGNAL_H + +#include +#include + +asmlinkage __visible +void do_work_pending(struct pt_regs *regs, unsigned long thread_info_flags); + +#endif -- cgit v1.2.1