#ifndef __LIBC_UART_H__ #define __LIBC_UART_H__ void uart_init(void); void uart_putc(char c); #endif /* __LIBC_UART_H__ */