Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...
[deliverable/linux.git] / arch / x86 / include / asm / math_emu.h
CommitLineData
1965aae3
PA
1#ifndef _ASM_X86_MATH_EMU_H
2#define _ASM_X86_MATH_EMU_H
1da177e4 3
ae6af41f 4#include <asm/ptrace.h>
ae6af41f 5
1da177e4
LT
6/* This structure matches the layout of the data saved to the stack
7 following a device-not-present interrupt, part of it saved
8 automatically by the 80386/80486.
9 */
ae6af41f 10struct math_emu_info {
1da177e4 11 long ___orig_eip;
ba3e127e 12 struct pt_regs *regs;
1da177e4 13};
1965aae3 14#endif /* _ASM_X86_MATH_EMU_H */
This page took 0.763633 seconds and 5 git commands to generate.