From 1329d1db52ede274d63b56a7aa37dd25c833ec67 Mon Sep 17 00:00:00 2001 From: Nathan Lee Date: Wed, 29 Jul 2026 19:11:29 -0500 Subject: create basic MMIO handler for console --- include/log.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/log.h') diff --git a/include/log.h b/include/log.h index 2b35922..f1e4110 100644 --- a/include/log.h +++ b/include/log.h @@ -2,5 +2,7 @@ #define RINGBUF_SIZE 64 * 1024 +typedef void (*console_callback_t)(char); + void vprintk(const char *message, __builtin_va_list args); void printk(const char *message, ...); -- cgit v1.2.3