Subversion Repositories HelenOS-historic

Rev

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

Rev 51 Rev 56
Line 29... Line 29...
29
#ifndef __ia32_CONTEXT_H__
29
#ifndef __ia32_CONTEXT_H__
30
#define __ia32_CONTEXT_H__
30
#define __ia32_CONTEXT_H__
31
 
31
 
32
#include <arch/types.h>
32
#include <arch/types.h>
33
 
33
 
34
struct fpu_context {
-
 
35
    __u8 fpu[512];      /* FXSAVE & FXRSTOR storage area */
-
 
36
};
-
 
37
 
34
 
38
 
35
 
39
struct context {
36
struct context {
40
    __u32 sp;
37
    __u32 sp;
41
    __u32 pc;
38
    __u32 pc;