1 /*
2  * Copyright (c) 2021 Rockchip Electronics Co., Ltd.
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  *
6  * Change Logs:
7  * Date           Author       Notes
8  * 2021-10-12     Steven Liu   first implementation
9  */
10 
11 #ifndef __BOARD_H__
12 #define __BOARD_H__
13 
14 #include "board_base.h"
15 #include "hal_base.h"
16 
17 #endif
18