summaryrefslogtreecommitdiff
path: root/sys/include/printf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include/printf.h')
-rw-r--r--sys/include/printf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/printf.h b/sys/include/printf.h
index 76debc3..fd9a092 100644
--- a/sys/include/printf.h
+++ b/sys/include/printf.h
@@ -2,6 +2,7 @@
#define _KPRINTF_H
int puts(const char *);
+void printf_init(void);
void printf(const char *, ...);
#endif /* _KPRINTF_H */