Subversion Repositories HelenOS

Rev

Rev 53 | Rev 57 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed


#ifndef fpu_context_h
#define fpu_context_h


#include <arch/fpu_context.h>


extern void fpu_context_save(void);
extern void fpu_context_restore(void);
extern void fpu_lazy_context_save(void);
extern void fpu_lazy_context_restore(void);



#endif /*fpu_context_h*/