ARM: tegra: Port tegra to generic clock framework
[deliverable/linux.git] / arch / arm / mach-tegra / tegra20_clocks.h
index 167058c02e746669da0029dc76ee59ce0840b6d4..0e42ec065d4a89314f4ce32720b7dfed9911c41a 100644 (file)
@@ -17,6 +17,7 @@
 #ifndef __MACH_TEGRA20_CLOCK_H
 #define __MACH_TEGRA20_CLOCK_H
 
+extern struct clk_ops tegra_clk_32k_ops;
 extern struct clk_ops tegra_pll_ops;
 extern struct clk_ops tegra_clk_m_ops;
 extern struct clk_ops tegra_pll_div_ops;
@@ -34,4 +35,7 @@ extern struct clk_ops tegra_emc_clk_ops;
 extern struct clk_ops tegra_periph_clk_ops;
 extern struct clk_ops tegra_clk_shared_bus_ops;
 
+void tegra2_periph_clk_reset(struct clk_hw *hw, bool assert);
+void tegra2_cop_clk_reset(struct clk_hw *hw, bool assert);
+
 #endif
This page took 0.024892 seconds and 5 git commands to generate.