aboutsummaryrefslogtreecommitdiff
path: root/kernel/inc/fpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/inc/fpu.h')
-rw-r--r--kernel/inc/fpu.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/kernel/inc/fpu.h b/kernel/inc/fpu.h
deleted file mode 100644
index d3ec8d9..0000000
--- a/kernel/inc/fpu.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// MIT License, Copyright (c) 2020 Marvin Borner
-
-#ifndef FPU_H
-#define FPU_H
-
-void fpu_install(void);
-
-#endif