clk-icst.h 256 B

12345678910
  1. #include <asm/hardware/icst.h>
  2. struct clk_icst_desc {
  3. const struct icst_params *params;
  4. struct icst_vco (*getvco)(void);
  5. void (*setvco)(struct icst_vco);
  6. };
  7. struct clk *icst_clk_register(struct device *dev,
  8. const struct clk_icst_desc *desc);