]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - arch/parisc/math-emu/math-emu.h
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-jammy-kernel.git] / arch / parisc / math-emu / math-emu.h
CommitLineData
660662f8 1/* SPDX-License-Identifier: GPL-2.0-or-later */
1da177e4
LT
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) <bame@debian.org>
1da177e4
LT
7 */
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