]> Git Repo - linux.git/blob - arch/m68k/kernel/traps.h
arm64: cputype: Add Cortex-X925 definitions
[linux.git] / arch / m68k / kernel / traps.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2
3 #include <linux/linkage.h>
4
5 struct frame;
6
7 asmlinkage void buserr_c(struct frame *fp);
8 asmlinkage void fpemu_signal(int signal, int code, void *addr);
9 asmlinkage void fpsp040_die(void);
10 asmlinkage void set_esp0(unsigned long ssp);
This page took 0.035271 seconds and 4 git commands to generate.