/* * Copyright (c) 2006-2025 RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2013-03-30 Bernard the first version * 2025-04-08 Hydevcode second version * */ #ifndef DRV_UART_H #define DRV_UART_H int rt_hw_uart_init(void); #endif /* DRV_UART_H */