WIP FPC-III support
[linux/fpc-iii.git] / arch / parisc / math-emu / math-emu.h
bloba7b6fac166b62c77ebb168340ddc2c1228fc7171
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Linux/PA-RISC Project (http://www.parisc-linux.org/)
5 * Floating-point emulation code
6 * Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
7 */
8 #ifndef _PARISC_MATH_EMU_H
9 #define _PARISC_MATH_EMU_H
11 #include <asm/ptrace.h>
12 extern int handle_fpe(struct pt_regs *regs);
14 #endif