aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/api/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/api/io.h')
-rw-r--r--src/kernel/api/io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/api/io.h b/src/kernel/api/io.h
index 7a9fc38..4c11eac 100644
--- a/src/kernel/api/io.h
+++ b/src/kernel/api/io.h
@@ -7,4 +7,4 @@
// includes
#include <stdint.h>
-void RealPrint(const char* str);
+void VGA_RPrint(const char* str);