Skip to content
Snippets Groups Projects
common.h 258 B
Newer Older
  • Learn to ignore specific revisions
  • /*
     * (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_ */