ApertureOS
fpu.h
Go to the documentation of this file.
1 #ifndef _FPU_H_
2 #define _FPU_H_
3 
4 #include "types.h"
5 
6 void FPU_Initialize();
8 
9 #endif /* end of include guard: _FPU_H_ */
void FPU_EnableInterrupts()
Definition: fpu.c:54
void FPU_Initialize()
Definition: fpu.c:7