summaryrefslogtreecommitdiff
path: root/sys/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include')
-rw-r--r--sys/include/sys/syslog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/include/sys/syslog.h b/sys/include/sys/syslog.h
index 9a044b9..889bf37 100644
--- a/sys/include/sys/syslog.h
+++ b/sys/include/sys/syslog.h
@@ -37,6 +37,8 @@
#define OMIT_TIMESTAMP "\x01"
void kprintf(const char *fmt, ...);
+void serial_init(void);
+void serial_putc(char c);
void vkprintf(const char *fmt, va_list *ap);
#endif /* !_KERNEL */