From eff82c45c589b42061344039d5f2efc8ad7c52df Mon Sep 17 00:00:00 2001 From: stefan Date: Fri, 21 Apr 2023 19:53:04 -0400 Subject: libfdt port and the required libc functions --- sys/include/printf.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/include/printf.h') diff --git a/sys/include/printf.h b/sys/include/printf.h index fd9a092..bcd9e75 100644 --- a/sys/include/printf.h +++ b/sys/include/printf.h @@ -1,8 +1,6 @@ #ifndef _KPRINTF_H #define _KPRINTF_H -int puts(const char *); void printf_init(void); -void printf(const char *, ...); #endif /* _KPRINTF_H */ -- cgit v1.2.3