Subversion Repositories HelenOS-historic

Rev

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

Rev 827 Rev 906
Line 31... Line 31...
31
 
31
 
32
 
32
 
33
#include <arch/fpu_context.h>
33
#include <arch/fpu_context.h>
34
#include <typedefs.h>
34
#include <typedefs.h>
35
 
35
 
-
 
36
#if defined(CONFIG_FPU_LAZY) && !defined(ARCH_HAS_FPU)
-
 
37
# error "CONFIG_FPU_LAZY defined, but no ARCH_HAS_FPU"
-
 
38
#endif
-
 
39
 
36
extern void fpu_context_save(fpu_context_t *);
40
extern void fpu_context_save(fpu_context_t *);
37
extern void fpu_context_restore(fpu_context_t *);
41
extern void fpu_context_restore(fpu_context_t *);
38
extern void fpu_init(fpu_context_t *);
42
extern void fpu_init(void);
39
extern void fpu_enable(void);
43
extern void fpu_enable(void);
40
extern void fpu_disable(void);
44
extern void fpu_disable(void);
41
 
45
 
42
 
46
 
43
#endif /* __FPU_CONTEXT_H__ */
47
#endif /* __FPU_CONTEXT_H__ */