diff options
Diffstat (limited to 'arch/arm/mach-tegra/pm.h')
-rw-r--r-- | arch/arm/mach-tegra/pm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/pm.h b/arch/arm/mach-tegra/pm.h index bcfc45faad78..512345c9eec3 100644 --- a/arch/arm/mach-tegra/pm.h +++ b/arch/arm/mach-tegra/pm.h | |||
@@ -27,4 +27,7 @@ void restore_cpu_arch_register(void); | |||
27 | void tegra_clear_cpu_in_lp2(int phy_cpu_id); | 27 | void tegra_clear_cpu_in_lp2(int phy_cpu_id); |
28 | bool tegra_set_cpu_in_lp2(int phy_cpu_id); | 28 | bool tegra_set_cpu_in_lp2(int phy_cpu_id); |
29 | 29 | ||
30 | void tegra_idle_lp2_last(u32 cpu_on_time, u32 cpu_off_time); | ||
31 | extern void (*tegra_tear_down_cpu)(void); | ||
32 | |||
30 | #endif /* _MACH_TEGRA_PM_H_ */ | 33 | #endif /* _MACH_TEGRA_PM_H_ */ |