]> Git Repo - linux.git/blob - arch/parisc/math-emu/math-emu.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
[linux.git] / arch / parisc / math-emu / math-emu.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Linux/PA-RISC Project (http://www.parisc-linux.org/)
4  *
5  * Floating-point emulation code
6  *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <[email protected]>
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
This page took 0.032408 seconds and 4 git commands to generate.