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