mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-01-26 03:51:22 +00:00
console: Remove putstr()
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
@@ -5,6 +5,5 @@ void potato_uart_irq_en(void);
|
||||
void potato_uart_irq_dis(void);
|
||||
int getchar(void);
|
||||
int putchar(int c);
|
||||
void putstr(const char *str, unsigned long len);
|
||||
int puts(const char *str);
|
||||
size_t strlen(const char *s);
|
||||
|
||||
Reference in New Issue
Block a user