1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-02-05 15:55:00 +00:00
Files
antonblanchard.microwatt/hello_world/console.h
Michael Neuling 96fbd61de8 Breakout the console code so it can be reused.
No functional change.

Signed-off-by: Michael Neuling <mikey@neuling.org>
2020-03-31 16:31:36 +11:00

6 lines
158 B
C

void potato_uart_init(void);
int getchar(void);
void putchar(unsigned char c);
void putstr(const char *str, unsigned long len);
size_t strlen(const char *s);