blob: 35ea705a0ee23370948a21029214b43fc4584959 [file] [log] [blame]
Marc Gonzalezd0f9f162019-01-16 16:49:58 +01001/* SPDX-License-Identifier: GPL-2.0 */
2
3#ifdef CONFIG_SUSPEND
4void __init tango_pm_init(void);
5#else
6#define tango_pm_init NULL
7#endif