summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/include/mach/suspend.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/include/mach/suspend.h')
-rw-r--r--arch/arm/mach-tegra/include/mach/suspend.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/include/mach/suspend.h b/arch/arm/mach-tegra/include/mach/suspend.h
index e6043ae614cc..056d91b0a57c 100644
--- a/arch/arm/mach-tegra/include/mach/suspend.h
+++ b/arch/arm/mach-tegra/include/mach/suspend.h
@@ -77,4 +77,9 @@ void tegra_set_lp0_wake_pads(u32 wake_enb, u32 wake_level, u32 wake_any);
void __init tegra_init_suspend(struct tegra_suspend_platform_data *plat);
+/*
+ * Callbacks for platform drivers to implement.
+ */
+extern void (*tegra_deep_sleep)(int);
+
#endif /* _MACH_TEGRA_SUSPEND_H_ */