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