diff options
Diffstat (limited to 'arch/arm/mach-tegra/pmc.h')
-rw-r--r-- | arch/arm/mach-tegra/pmc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/pmc.h b/arch/arm/mach-tegra/pmc.h index 4d5f8f32225c..59e19c344298 100644 --- a/arch/arm/mach-tegra/pmc.h +++ b/arch/arm/mach-tegra/pmc.h | |||
@@ -18,6 +18,8 @@ | |||
18 | #ifndef __MACH_TEGRA_PMC_H | 18 | #ifndef __MACH_TEGRA_PMC_H |
19 | #define __MACH_TEGRA_PMC_H | 19 | #define __MACH_TEGRA_PMC_H |
20 | 20 | ||
21 | #include <linux/reboot.h> | ||
22 | |||
21 | enum tegra_suspend_mode { | 23 | enum tegra_suspend_mode { |
22 | TEGRA_SUSPEND_NONE = 0, | 24 | TEGRA_SUSPEND_NONE = 0, |
23 | TEGRA_SUSPEND_LP2, /* CPU voltage off */ | 25 | TEGRA_SUSPEND_LP2, /* CPU voltage off */ |
@@ -39,6 +41,8 @@ bool tegra_pmc_cpu_is_powered(int cpuid); | |||
39 | int tegra_pmc_cpu_power_on(int cpuid); | 41 | int tegra_pmc_cpu_power_on(int cpuid); |
40 | int tegra_pmc_cpu_remove_clamping(int cpuid); | 42 | int tegra_pmc_cpu_remove_clamping(int cpuid); |
41 | 43 | ||
44 | void tegra_pmc_restart(enum reboot_mode mode, const char *cmd); | ||
45 | |||
42 | void tegra_pmc_init_irq(void); | 46 | void tegra_pmc_init_irq(void); |
43 | void tegra_pmc_init(void); | 47 | void tegra_pmc_init(void); |
44 | 48 | ||