u-boot/arch/arm/mach-uniphier/clk/pll.h

14 lines
247 B
C
Raw Normal View History

/*
* Copyright (C) 2016 Socionext Inc.
* Author: Masahiro Yamada <yamada.masahiro@socionext.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef MACH_PLL_H
#define MACH_PLL_H
void uniphier_ld4_dpll_ssc_en(void);
#endif /* MACH_PLL_H */