summaryrefslogtreecommitdiff
path: root/kernel/src/cpu/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--kernel/src/cpu/cpu.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/kernel/src/cpu/cpu.h b/kernel/src/cpu/cpu.h
deleted file mode 100644
index b6221aa..0000000
--- a/kernel/src/cpu/cpu.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#pragma once
-
-#include <stdint.h>
-
-#define SSE_REG 0x01
-#define FPU_REG 0x02
-
-uint8_t init_registers (uint8_t reg);