8b60b58b51
* [bsp][rockchip][rk2108]: add rk2108 base support. Signed-off-by: Steven Liu <steven.liu@rock-chips.com>
18 lines
306 B
C
18 lines
306 B
C
/*
|
|
* Copyright (c) 2021 Rockchip Electronics Co., Ltd.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Change Logs:
|
|
* Date Author Notes
|
|
* 2021-10-12 Steven Liu first implementation
|
|
*/
|
|
|
|
#ifndef __BOARD_H__
|
|
#define __BOARD_H__
|
|
|
|
#include "board_base.h"
|
|
#include "hal_base.h"
|
|
|
|
#endif
|