mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
13 lines
296 B
C
13 lines
296 B
C
|
/* 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_ */
|