2 * Copyright (c) 2012-2016 Zhang, Keguang <keguang.zhang@gmail.com>
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License as published by the
6 * Free Software Foundation; either version 2 of the License, or (at your
7 * option) any later version.
10 #ifndef __LOONGSON1_CLK_H
11 #define __LOONGSON1_CLK_H
13 struct clk_hw
*clk_hw_register_pll(struct device
*dev
,
15 const char *parent_name
,
16 const struct clk_ops
*ops
,
19 #endif /* __LOONGSON1_CLK_H */