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