uboot/arch/arm/mach-socfpga/include/mach/clock_manager_n5x.h
<<
>>
Prefs
   1/* SPDX-License-Identifier: GPL-2.0 */
   2/*
   3 * Copyright (C) 2020-2021 Intel Corporation <www.intel.com>
   4 */
   5
   6#ifndef _CLOCK_MANAGER_N5X_
   7#define _CLOCK_MANAGER_N5X_
   8
   9#include <asm/arch/clock_manager_soc64.h>
  10#include "../../../../../drivers/clk/altera/clk-n5x.h"
  11
  12#endif /* _CLOCK_MANAGER_N5X_ */
  13