Prepare v2023.10
[platform/kernel/u-boot.git] / board / freescale / common / ics307_clk.h
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
10 extern unsigned long get_board_sys_clk(void);
11 extern unsigned long ics307_sysclk_calculator(unsigned long out_freq);
12 #endif
13
14 #endif  /* __ICS_CLK_H_ */