1 #ifndef _ASM_X86_MATH_EMU_H
2 #define _ASM_X86_MATH_EMU_H
4 #include <asm/ptrace.h>
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.
11 struct math_emu_info
{
15 struct kernel_vm86_regs
*vm86
;
18 #endif /* _ASM_X86_MATH_EMU_H */