drv_usart.h 327 B

12345678910111213141516
  1. /*
  2. * Copyright (c) 2006-2018, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. *
  7. * Change Logs:
  8. * Date Author Notes
  9. * 2009-01-05 Bernard the first version
  10. */
  11. #ifndef __USART_H__
  12. #define __USART_H__
  13. #include <rthw.h>
  14. #include <rtthread.h>
  15. int rt_hw_usart_init(void);
  16. #endif