blob: ef0f722d0a1c724000c0bd103abf2c7add3e19bd [file] [log] [blame]
Masahiro Yamada9d6652c2016-09-17 03:33:09 +09001/*
2 * Copyright (C) 2016 Socionext Inc.
3 * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8#ifndef MACH_PLL_H
9#define MACH_PLL_H
10
11void uniphier_ld4_dpll_ssc_en(void);
12
13#endif /* MACH_PLL_H */