clk-ux500.h 355 B

1234567891011121314151617
  1. /*
  2. * Clock definitions for ux500 platforms
  3. *
  4. * Copyright (C) 2012 ST-Ericsson SA
  5. * Author: Ulf Hansson <ulf.hansson@linaro.org>
  6. *
  7. * License terms: GNU General Public License (GPL) version 2
  8. */
  9. #ifndef __CLK_UX500_H
  10. #define __CLK_UX500_H
  11. void u8500_clk_init(void);
  12. void u9540_clk_init(void);
  13. void u8540_clk_init(void);
  14. #endif /* __CLK_UX500_H */