8 lines
135 B
C
Raw Normal View History

2021-09-23 21:59:15 +05:00
/* SPDX-License-Identifier: GPL-2.0 */
#ifdef CONFIG_SUSPEND
void __init tango_pm_init(void);
#else
#define tango_pm_init NULL
#endif