ics307_clk.h 364 B

123456789101112131415
  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. #ifndef __ASSEMBLY__
  8. extern unsigned long get_board_sys_clk(void);
  9. extern unsigned long get_board_ddr_clk(void);
  10. extern unsigned long ics307_sysclk_calculator(unsigned long out_freq);
  11. #endif
  12. #endif /* __ICS_CLK_H_ */