1 2 3 4 5 6 7 8 9 10 11 12 13 14
/** * @file fpu.h * * @author Freya Murphy <freya@freyacat.org> * * FPU functions */ #ifndef FPU_H_ #define FPU_H_ void fpu_init(void); #endif /* fpu.h */