1 /* SPDX-License-Identifier: GPL-2.0-or-later * 1 2 /* 3 * Linux/PA-RISC Project (http://www.parisc-li 4 * 5 * Floating-point emulation code 6 * Copyright (C) 2001 Hewlett-Packard (Paul B 7 */ 8 #ifndef _PARISC_MATH_EMU_H 9 #define _PARISC_MATH_EMU_H 10 11 #include <asm/ptrace.h> 12 extern int handle_fpe(struct pt_regs *regs); 13 14 #endif 15
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.