mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 18:59:44 +00:00
15 lines
258 B
C
15 lines
258 B
C
|
/*
|
||
|
* (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_ */
|