]> Git Repo - linux.git/blob - arch/m68k/kernel/signal.h
arm64: cputype: Add Cortex-X925 definitions
[linux.git] / arch / m68k / kernel / signal.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2
3 #include <linux/linkage.h>
4
5 asmlinkage void do_notify_resume(struct pt_regs *regs);
6 asmlinkage void *do_sigreturn(struct pt_regs *regs, struct switch_stack *sw);
7 asmlinkage void *do_rt_sigreturn(struct pt_regs *regs, struct switch_stack *sw);
This page took 0.033684 seconds and 4 git commands to generate.