Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
05084047e524051c0ea37f6b3183017d783e6e20
/
.
/
arch
/
arm
/
mach-tango
/
pm.h
blob: 35ea705a0ee23370948a21029214b43fc4584959 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifdef
CONFIG_SUSPEND
void
__init tango_pm_init
(
void
);
#else
#define
tango_pm_init NULL
#endif