rt_board.h 216 B

12345678910111213141516
  1. /*
  2. * Copyright (c) 2018, Synopsys, Inc.
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #ifndef __RT_BOARD_H__
  7. #define __RT_BOARD_H__
  8. #include "board.h"
  9. void rt_hw_board_init();
  10. int rt_hw_uart_init(void);
  11. #endif