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 #include <asm/arch/clock_manager_soc64.h> 10 #include "../../../../../drivers/clk/altera/clk-agilex.h" 11 12 #endif /* _CLOCK_MANAGER_AGILEX_ */ 13