1
0
mirror of synced 2025-02-16 15:33:15 +01:00
2015-02-19 00:22:51 -08:00

10 lines
187 B
C

int uart_putchar(char c, FILE *stream);
int uart_getchar(FILE *stream);
void uart_init(void);
/* http://www.ermicro.com/blog/?p=325 */
extern FILE uart_output;
extern FILE uart_input;