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