diff options
| author | Nathan Lee <me@nwlee.tech> | 2026-07-29 19:11:29 -0500 |
|---|---|---|
| committer | Nathan Lee <me@nwlee.tech> | 2026-07-29 19:11:29 -0500 |
| commit | 1329d1db52ede274d63b56a7aa37dd25c833ec67 (patch) | |
| tree | 50a7160175e1744464de0d7a6297d351cc1ef6a4 /include/log.h | |
| parent | 9d970286fc93c03acbe465faf97a9bd559ab6f1b (diff) | |
Diffstat (limited to 'include/log.h')
| -rw-r--r-- | include/log.h | 2 |
1 files changed, 2 insertions, 0 deletions
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, ...); |
