diff options
Diffstat (limited to 'arch/arm/mach-tegra/sleep.h')
| -rw-r--r-- | arch/arm/mach-tegra/sleep.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/sleep.h b/arch/arm/mach-tegra/sleep.h index e39a56beb3a0..4ffae541726e 100644 --- a/arch/arm/mach-tegra/sleep.h +++ b/arch/arm/mach-tegra/sleep.h | |||
| @@ -131,6 +131,8 @@ static inline void tegra20_hotplug_init(void) {} | |||
| 131 | static inline void tegra30_hotplug_init(void) {} | 131 | static inline void tegra30_hotplug_init(void) {} |
| 132 | #endif | 132 | #endif |
| 133 | 133 | ||
| 134 | void tegra20_cpu_shutdown(int cpu); | ||
| 135 | int tegra20_cpu_is_resettable_soon(void); | ||
| 134 | void tegra20_cpu_clear_resettable(void); | 136 | void tegra20_cpu_clear_resettable(void); |
| 135 | #ifdef CONFIG_ARCH_TEGRA_2x_SOC | 137 | #ifdef CONFIG_ARCH_TEGRA_2x_SOC |
| 136 | void tegra20_cpu_set_resettable_soon(void); | 138 | void tegra20_cpu_set_resettable_soon(void); |
| @@ -139,6 +141,7 @@ static inline void tegra20_cpu_set_resettable_soon(void) {} | |||
| 139 | #endif | 141 | #endif |
| 140 | 142 | ||
| 141 | int tegra20_sleep_cpu_secondary_finish(unsigned long); | 143 | int tegra20_sleep_cpu_secondary_finish(unsigned long); |
| 144 | void tegra20_tear_down_cpu(void); | ||
| 142 | int tegra30_sleep_cpu_secondary_finish(unsigned long); | 145 | int tegra30_sleep_cpu_secondary_finish(unsigned long); |
| 143 | void tegra30_tear_down_cpu(void); | 146 | void tegra30_tear_down_cpu(void); |
| 144 | 147 | ||
