drv_uart.h 188 B

12345678910111213
  1. /*
  2. * Copyright (c) 2019-2020, Xim
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. */
  7. #ifndef __DRV_UART_H__
  8. #define __DRV_UART_H__
  9. int rt_hw_uart_init(void);
  10. #endif /* __DRV_UART_H__ */