serial.h 310 B

12345678910111213141516171819
  1. /*
  2. * COPYRIGHT (C) 2018, Real-Thread Information Technology Ltd
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. * Change Logs:
  6. * Date Author Notes
  7. * 2013-03-30 Bernard the first verion
  8. */
  9. #ifndef __UART_H__
  10. #define __UART_H__
  11. #include <board.h>
  12. int rt_hw_uart_init(void);
  13. #endif