drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / arch / riscv / include / asm / signal32.h
blob96dc56932e76b0e7446f215a37745890d3145317
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef __ASM_SIGNAL32_H
4 #define __ASM_SIGNAL32_H
6 #if IS_ENABLED(CONFIG_COMPAT)
7 int compat_setup_rt_frame(struct ksignal *ksig, sigset_t *set,
8 struct pt_regs *regs);
9 #else
10 static inline
11 int compat_setup_rt_frame(struct ksignal *ksig, sigset_t *set,
12 struct pt_regs *regs)
14 return -1;
16 #endif
18 #endif