diff options
Diffstat (limited to 'src/kernel/api/io.h')
| -rw-r--r-- | src/kernel/api/io.h | 2 |
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); |