#ifndef UART_H #define UART_H #include void uart_init(uint32_t baud); void uart_putc(char c); #endif // UART_H