aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kprintf.h
diff options
context:
space:
mode:
authorGravatar ornitorrincos 2026-08-18 12:15:05 +0200
committerGravatar ornitorrincos 2026-08-18 12:15:05 +0200
commit132d3236bb884433bf94e961f6d32264e0334aec (patch)
tree06638976b06f019ea4037175ff228f8271057c44 /kernel/kprintf.h
Diffstat (limited to 'kernel/kprintf.h')
-rw-r--r--kernel/kprintf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/kprintf.h b/kernel/kprintf.h
new file mode 100644
index 0000000..f646e60
--- /dev/null
+++ b/kernel/kprintf.h
@@ -0,0 +1,3 @@
+#include <stdarg.h>
+
+void kprintf(const char* str, ...);