]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/x86/include/asm/math_emu.h
Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / include / asm / math_emu.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_X86_MATH_EMU_H
3 #define _ASM_X86_MATH_EMU_H
4
5 #include <asm/ptrace.h>
6
7 /* This structure matches the layout of the data saved to the stack
8 following a device-not-present interrupt, part of it saved
9 automatically by the 80386/80486.
10 */
11 struct math_emu_info {
12 long ___orig_eip;
13 struct pt_regs *regs;
14 };
15 #endif /* _ASM_X86_MATH_EMU_H */