Subversion Repositories Kolibri OS

Rev

Rev 5270 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5270 Rev 6082
Line 1... Line 1...
1
#ifndef _ASM_X86_MATH_EMU_H
1
#ifndef _ASM_X86_MATH_EMU_H
2
#define _ASM_X86_MATH_EMU_H
2
#define _ASM_X86_MATH_EMU_H
Line 3... Line 3...
3
 
3
 
4
#include 
-
 
Line 5... Line 4...
5
#include 
4
#include 
6
 
5
 
7
/* This structure matches the layout of the data saved to the stack
6
/* This structure matches the layout of the data saved to the stack
8
   following a device-not-present interrupt, part of it saved
7
   following a device-not-present interrupt, part of it saved
9
   automatically by the 80386/80486.
8
   automatically by the 80386/80486.
10
   */
9
   */
11
struct math_emu_info {
-
 
12
	long ___orig_eip;
10
struct math_emu_info {
13
	union {
-
 
14
		struct pt_regs *regs;
-
 
15
		struct kernel_vm86_regs *vm86;
11
	long ___orig_eip;
16
	};
12
	struct pt_regs *regs;