aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/versatile/clk-icst.h
blob: 71b4c56c141042e50642c2e8fe8842b6ba05922b (plain)
1
2
3
4
5
6
7
8
9
10
#include <asm/hardware/icst.h>

struct clk_icst_desc {
	const struct icst_params *params;
	struct icst_vco (*getvco)(void);
	void (*setvco)(struct icst_vco);
};

struct clk *icst_clk_register(struct device *dev,
			      const struct clk_icst_desc *desc);