/** * @file fpu.h * * @author Freya Murphy * * FPU functions */ #ifndef FPU_H_ #define FPU_H_ void fpu_init(void); #endif /* fpu.h */