aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/arch/x86_64/serial.cpp
diff options
context:
space:
mode:
authorEmulatedSeasons <89668582+EmulatedSeasons@users.noreply.github.com>2025-01-20 16:05:25 -0500
committerEmulatedSeasons <89668582+EmulatedSeasons@users.noreply.github.com>2025-01-20 16:05:25 -0500
commit2243a1ade8f4a84dc7ffc358c0e9b1350dfbd533 (patch)
tree8ea1f1b4b0ac05e303aa38253df9dcca1e82bd46 /kernel/arch/x86_64/serial.cpp
parente263c4bb5e918bd217373adc3ada5cd9ab904cf1 (diff)
renamed io.h to the new place
Diffstat (limited to 'kernel/arch/x86_64/serial.cpp')
-rw-r--r--kernel/arch/x86_64/serial.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/arch/x86_64/serial.cpp b/kernel/arch/x86_64/serial.cpp
index e90bcde..4fd5143 100644
--- a/kernel/arch/x86_64/serial.cpp
+++ b/kernel/arch/x86_64/serial.cpp
@@ -1,4 +1,4 @@
-#include <io.h>
+#include <arch/x86_64/io.h>
#include <string.h>
#define PORT 0x3f8