|
@@ -22,6 +22,7 @@ struct clk {
|
|
|
|
|
|
int (*enable)(struct clk *, int enable);
|
|
|
int (*set_rate)(struct clk *c, unsigned long rate);
|
|
|
+ unsigned long (*get_rate)(struct clk *c);
|
|
|
unsigned long (*round_rate)(struct clk *c, unsigned long rate);
|
|
|
int (*set_parent)(struct clk *c, struct clk *parent);
|
|
|
};
|