xref: /rk3399_rockchip-uboot/board/compulab/common/common.h (revision a937fd1682625b1f87b555e2af9117fcb2999d7c)
1 /*
2  * (C) Copyright 2014 CompuLab, Ltd. <www.compulab.co.il>
3  *
4  * Authors: Igor Grinberg <grinberg@compulab.co.il>
5  *
6  * SPDX-License-Identifier:	GPL-2.0+
7  */
8 
9 #ifndef _CL_COMMON_
10 #define _CL_COMMON_
11 
12 void cl_print_pcb_info(void);
13 
14 #endif /* _CL_COMMON_ */
15