Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASM_X86_MATH_EMU_H
0003 #define _ASM_X86_MATH_EMU_H
0004 
0005 #include <asm/ptrace.h>
0006 
0007 /* This structure matches the layout of the data saved to the stack
0008    following a device-not-present interrupt, part of it saved
0009    automatically by the 80386/80486.
0010    */
0011 struct math_emu_info {
0012     long ___orig_eip;
0013     struct pt_regs *regs;
0014 };
0015 #endif /* _ASM_X86_MATH_EMU_H */