summaryrefslogtreecommitdiff
path: root/kernel/cpu/fpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/cpu/fpu.h')
-rw-r--r--kernel/cpu/fpu.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/kernel/cpu/fpu.h b/kernel/cpu/fpu.h
new file mode 100644
index 0000000..edb4e81
--- /dev/null
+++ b/kernel/cpu/fpu.h
@@ -0,0 +1,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 */