aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/api
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/api')
-rw-r--r--src/kernel/api/io.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/kernel/api/io.h b/src/kernel/api/io.h
new file mode 100644
index 0000000..7a9fc38
--- /dev/null
+++ b/src/kernel/api/io.h
@@ -0,0 +1,10 @@
+#define MÜLL_IO_H
+
+/*
+ * Minimal API for kernel I/O basics
+ */
+
+// includes
+#include <stdint.h>
+
+void RealPrint(const char* str);