]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/include/asm/arch-zynqmp/clk.h
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
[people/ms/u-boot.git] / arch / arm / include / asm / arch-zynqmp / clk.h
CommitLineData
84c7204b
MS
1/*
2 * (C) Copyright 2014 - 2015 Xilinx, Inc.
3 * Michal Simek <michal.simek@xilinx.com>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8#ifndef _ASM_ARCH_CLK_H_
9#define _ASM_ARCH_CLK_H_
10
11unsigned long get_uart_clk(int dev_id);
0785dfd8 12unsigned long zynqmp_get_system_timer_freq(void);
84c7204b
MS
13
14#endif /* _ASM_ARCH_CLK_H_ */