xref: /openbmc/linux/arch/parisc/math-emu/math-emu.h (revision 1da177e4)
11da177e4SLinus Torvalds /*
21da177e4SLinus Torvalds  * Linux/PA-RISC Project (http://www.parisc-linux.org/)
31da177e4SLinus Torvalds  *
41da177e4SLinus Torvalds  * Floating-point emulation code
51da177e4SLinus Torvalds  *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
61da177e4SLinus Torvalds  *
71da177e4SLinus Torvalds  *    This program is free software; you can redistribute it and/or modify
81da177e4SLinus Torvalds  *    it under the terms of the GNU General Public License as published by
91da177e4SLinus Torvalds  *    the Free Software Foundation; either version 2, or (at your option)
101da177e4SLinus Torvalds  *    any later version.
111da177e4SLinus Torvalds  *
121da177e4SLinus Torvalds  *    This program is distributed in the hope that it will be useful,
131da177e4SLinus Torvalds  *    but WITHOUT ANY WARRANTY; without even the implied warranty of
141da177e4SLinus Torvalds  *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
151da177e4SLinus Torvalds  *    GNU General Public License for more details.
161da177e4SLinus Torvalds  *
171da177e4SLinus Torvalds  *    You should have received a copy of the GNU General Public License
181da177e4SLinus Torvalds  *    along with this program; if not, write to the Free Software
191da177e4SLinus Torvalds  *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
201da177e4SLinus Torvalds  */
211da177e4SLinus Torvalds #ifndef _PARISC_MATH_EMU_H
221da177e4SLinus Torvalds #define _PARISC_MATH_EMU_H
231da177e4SLinus Torvalds 
241da177e4SLinus Torvalds #include <asm/ptrace.h>
251da177e4SLinus Torvalds extern int handle_fpe(struct pt_regs *regs);
261da177e4SLinus Torvalds 
271da177e4SLinus Torvalds #endif
28