diff options
Diffstat (limited to 'include/kernel/log.h')
| -rw-r--r-- | include/kernel/log.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/kernel/log.h b/include/kernel/log.h new file mode 100644 index 0000000..1a28c0d --- /dev/null +++ b/include/kernel/log.h @@ -0,0 +1,3 @@ +void log_putchar(int); +void log_puts(const char*); +void log(const char*, ...); |