kern/kernel/cpu/fpu.h

14 lines
164 B
C

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