1 #ifndef DRV_UART_H
2 #define DRV_UART_H
3 
4 void rt_hw_uart_init(void);
5 
6 #endif /* end of include guard: DRV_UART_H */
7