1 #ifndef UART_H_INCLUDED
2 #define UART_H_INCLUDED
3 
4 extern void rt_hw_uart_init(void);
5 
6 #endif // UART_H_INCLUDED
7