u-boot/board/compulab/common/common.h

15 lines
258 B
C
Raw Normal View History

/*
* (C) Copyright 2014 CompuLab, Ltd. <www.compulab.co.il>
*
* Authors: Igor Grinberg <grinberg@compulab.co.il>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef _CL_COMMON_
#define _CL_COMMON_
void cl_print_pcb_info(void);
#endif /* _CL_COMMON_ */