aboutsummaryrefslogtreecommitdiff
path: root/src/libs/stdio.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-04-25 12:41:24 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-04-25 12:41:24 +0200
commit7db6db5ae64e7ab2626bbd898c63f58e053dc1a6 (patch)
treeaac3b4b8755acbea397709a00611642c2534f053 /src/libs/stdio.hpp
parent657372f1be95393b76a54f258ba3f937b4073abe (diff)
Debug multiboot, enable apic and ACPI table parsing
Diffstat (limited to 'src/libs/stdio.hpp')
-rw-r--r--src/libs/stdio.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/stdio.hpp b/src/libs/stdio.hpp
index 804796b..2d252b6 100644
--- a/src/libs/stdio.hpp
+++ b/src/libs/stdio.hpp
@@ -23,5 +23,5 @@ void printi(int i);
/**
* Print an integer as hex using itoh()
*/
-void printh(int h);
+void printh(u64 h);