Files
Debian-9-Kernel/arch/arm/mach-tango/pm.h
T

8 lines
135 B
C
Raw Normal View History

2023-05-02 09:58:35 +02:00
/* SPDX-License-Identifier: GPL-2.0 */
#ifdef CONFIG_SUSPEND
void __init tango_pm_init(void);
#else
#define tango_pm_init NULL
#endif