diff options
Diffstat (limited to 'drivers/clk/versatile/clk-icst.h')
-rw-r--r-- | drivers/clk/versatile/clk-icst.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/clk/versatile/clk-icst.h b/drivers/clk/versatile/clk-icst.h new file mode 100644 index 000000000000..71b4c56c1410 --- /dev/null +++ b/drivers/clk/versatile/clk-icst.h | |||
@@ -0,0 +1,10 @@ | |||
1 | #include <asm/hardware/icst.h> | ||
2 | |||
3 | struct clk_icst_desc { | ||
4 | const struct icst_params *params; | ||
5 | struct icst_vco (*getvco)(void); | ||
6 | void (*setvco)(struct icst_vco); | ||
7 | }; | ||
8 | |||
9 | struct clk *icst_clk_register(struct device *dev, | ||
10 | const struct clk_icst_desc *desc); | ||