sckc.h 756 B

12345678910111213141516171819202122
  1. /*
  2. * drivers/clk/at91/sckc.h
  3. *
  4. * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com>
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation; either version 2 of the License, or
  9. * (at your option) any later version.
  10. */
  11. #ifndef __AT91_SCKC_H_
  12. #define __AT91_SCKC_H_
  13. extern void __init of_at91sam9x5_clk_slow_osc_setup(struct device_node *np,
  14. void __iomem *sckcr);
  15. extern void __init of_at91sam9x5_clk_slow_rc_osc_setup(struct device_node *np,
  16. void __iomem *sckcr);
  17. extern void __init of_at91sam9x5_clk_slow_setup(struct device_node *np,
  18. void __iomem *sckcr);
  19. #endif /* __AT91_SCKC_H_ */