]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - drivers/clk/loongson1/clk.h
Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-zesty-kernel.git] / drivers / clk / loongson1 / clk.h
1 /*
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
13 struct 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 */