staging:iio:adc:ad7606 move to info_mask_(shared_by_type/separate)
[linux/fpc-iii.git] / arch / arm / plat-versatile / include / plat / clock.h
blob3cfb024ccd70fb3827c5f68330647c6278d979bc
1 #ifndef PLAT_CLOCK_H
2 #define PLAT_CLOCK_H
4 #include <asm/hardware/icst.h>
6 struct clk_ops {
7 long (*round)(struct clk *, unsigned long);
8 int (*set)(struct clk *, unsigned long);
9 void (*setvco)(struct clk *, struct icst_vco);
12 int icst_clk_set(struct clk *, unsigned long);
13 long icst_clk_round(struct clk *, unsigned long);
15 #endif