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