1/* SPDX-License-Identifier: GPL-2.0+ */ 2/* 3 * Copyright 2010-2011 Freescale Semiconductor, Inc. 4 */ 5#ifndef __ICS_CLK_H_ 6#define __ICS_CLK_H_ 1 7 8#ifndef __ASSEMBLY__ 9 10extern unsigned long get_board_sys_clk(void); 11extern unsigned long get_board_ddr_clk(void); 12extern unsigned long ics307_sysclk_calculator(unsigned long out_freq); 13#endif 14 15#endif /* __ICS_CLK_H_ */ 16