summaryrefslogtreecommitdiffstats
path: root/src/soc/cavium/cn81xx/include/soc/clock.h
blob: 29ef7b44b2f444e81fa2194433659cc1253ecced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef SRC_SOC_CAVIUM_CN81XX_INCLUDE_CLOCK_H_
#define SRC_SOC_CAVIUM_CN81XX_INCLUDE_CLOCK_H_

#include <types.h>

u64 thunderx_get_ref_clock(void);
u64 thunderx_get_io_clock(void);
u64 thunderx_get_core_clock(void);

#endif /* SRC_SOC_CAVIUM_CN81XX_INCLUDE_CLOCK_H_ */