Welcome to mirror list, hosted at ThFree Co, Russian Federation.

clk.h « loongson1 « clk « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 124642302b120679b0ee63000cbf6396871e1167 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Copyright (c) 2012-2016 Zhang, Keguang <keguang.zhang@gmail.com>
 */

#ifndef __LOONGSON1_CLK_H
#define __LOONGSON1_CLK_H

struct clk_hw *clk_hw_register_pll(struct device *dev,
				   const char *name,
				   const char *parent_name,
				   const struct clk_ops *ops,
				   unsigned long flags);

#endif /* __LOONGSON1_CLK_H */