Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2082 → Rev 2083

/trunk/kernel/arch/ia32/include/fpu_context.h
44,9 → 44,9
void fpu_fsr(void);
 
 
struct fpu_context {
typedef struct {
uint8_t fpu[512]; /* FXSAVE & FXRSTOR storage area */
};
} fpu_context_t;
 
#endif