1 /* 2 * Copyright (c) 2021-2023 HPMicro 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 * 6 */ 7 #ifndef DRV_UART_V2_H 8 #define DRV_UART_V2_H 9 10 int rt_hw_uart_init(void); 11 12 13 14 #endif /* DRV_UART_H */ 15