blob: 085d74b5d496288ae5664c4c96a55d2af1fdada8 [file] [log] [blame]
Kelvin Cheunga8e3ced2016-09-19 12:38:54 +08001/*
2 * Copyright (c) 2012-2016 Zhang, Keguang <keguang.zhang@gmail.com>
3 *
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.
8 */
9
10#ifndef __LOONGSON1_CLK_H
11#define __LOONGSON1_CLK_H
12
13struct clk_hw *clk_hw_register_pll(struct device *dev,
14 const char *name,
15 const char *parent_name,
16 const struct clk_ops *ops,
17 unsigned long flags);
18
19#endif /* __LOONGSON1_CLK_H */