mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 23:02:59 +00:00
174d728471
Update my and DPs email address to match current setup. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/aba5b19b9c5a95608829e86ad5cc4671c940f1bb.1688992543.git.michal.simek@amd.com
12 lines
261 B
C
12 lines
261 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* (C) Copyright 2014 - 2015 Xilinx, Inc.
|
|
* Michal Simek <michal.simek@amd.com>
|
|
*/
|
|
|
|
#ifndef _ASM_ARCH_CLK_H_
|
|
#define _ASM_ARCH_CLK_H_
|
|
|
|
unsigned long zynqmp_get_system_timer_freq(void);
|
|
|
|
#endif /* _ASM_ARCH_CLK_H_ */
|