From 499784a824c541001c2fd52ae95eba88dcfc952b Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 21 Dec 2019 22:22:03 +0100 Subject: Many debugging/serial improvements Sorry for the little information, but I did many things :) --- src/kernel/lib/stdio.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/kernel/lib/stdio.h') diff --git a/src/kernel/lib/stdio.h b/src/kernel/lib/stdio.h index d102dd6..8299dea 100644 --- a/src/kernel/lib/stdio.h +++ b/src/kernel/lib/stdio.h @@ -9,8 +9,10 @@ char *readline(); void writec(char c); -void vprintf(const char *format, va_list args); +void vprintf(const char *fmt, va_list args); -void printf(const char *format, ...); +void printf(const char *fmt, ...); + +void serial_printf(const char *fmt, ...); #endif -- cgit v1.2.3