blob: 1ae0a926032fe1e020582cb04f4f25e4460d7b7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) 2024 Intel Corporation <www.intel.com>
*/
#ifndef _CLOCK_MANAGER_AGILEX5_
#define _CLOCK_MANAGER_AGILEX5_
#include <asm/arch/clock_manager_soc64.h>
#include "../../../../../drivers/clk/altera/clk-agilex5.h"
#endif /* _CLOCK_MANAGER_AGILEX5_ */
|