1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2019 Intel Corporation <www.intel.com>
4  */
5 
6 #ifndef _CLOCK_MANAGER_AGILEX_
7 #define _CLOCK_MANAGER_AGILEX_
8 
9 unsigned long cm_get_mpu_clk_hz(void);
10 
11 #include <asm/arch/clock_manager_soc64.h>
12 #include "../../../../../drivers/clk/altera/clk-agilex.h"
13 
14 #endif /* _CLOCK_MANAGER_AGILEX_ */
15