1 #ifndef __UART_H__
2 #define __UART_H__
3 
4 void rt_hw_usart_init(void);
5 
6 #endif
7