diff options
Diffstat (limited to 'include/log.h')
| -rw-r--r-- | include/log.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/log.h b/include/log.h new file mode 100644 index 0000000..2b35922 --- /dev/null +++ b/include/log.h @@ -0,0 +1,6 @@ +#pragma once + +#define RINGBUF_SIZE 64 * 1024 + +void vprintk(const char *message, __builtin_va_list args); +void printk(const char *message, ...); |
