summaryrefslogtreecommitdiffstats
path: root/src/soc/cavium/cn81xx/include/soc/clock.h
blob: a05febae0b7db140a7ea872415cf8ceb3eb5ab04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */

#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_ */