Subversion Repositories Kolibri OS

Rev

Rev 5270 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5270 serge 1
#ifndef _ASM_X86_MATH_EMU_H
2
#define _ASM_X86_MATH_EMU_H
3
 
4
#include 
5
 
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
   */
10
struct math_emu_info {
11
	long ___orig_eip;
6082 serge 12
	struct pt_regs *regs;
5270 serge 13
};
14
#endif /* _ASM_X86_MATH_EMU_H */