summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-02-02 16:41:19 -0500
committerFreya Murphy <freya@freyacat.org>2024-02-02 16:41:19 -0500
commit72df91d99ba7e9a032d6cb171571e075d0f6ce53 (patch)
tree5ccba5a02821a54f953d85a092429939e6c577f0 /include
parentcheck for bochs (diff)
downloadcorn-72df91d99ba7e9a032d6cb171571e075d0f6ce53.tar.gz
corn-72df91d99ba7e9a032d6cb171571e075d0f6ce53.tar.bz2
corn-72df91d99ba7e9a032d6cb171571e075d0f6ce53.zip
pretty colors
Diffstat (limited to 'include')
-rw-r--r--include/fpu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fpu.h b/include/fpu.h
new file mode 100644
index 0000000..88dfe47
--- /dev/null
+++ b/include/fpu.h
@@ -0,0 +1,3 @@
+#pragma once
+
+void enable_fpu();