blob: a7b6fac166b62c77ebb168340ddc2c1228fc7171 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0-or-later */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * Linux/PA-RISC Project (http://www.parisc-linux.org/)
4 *
5 * Floating-point emulation code
6 * Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00007 */
8#ifndef _PARISC_MATH_EMU_H
9#define _PARISC_MATH_EMU_H
10
11#include <asm/ptrace.h>
12extern int handle_fpe(struct pt_regs *regs);
13
14#endif