Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
c2023d5d03be91dbb983606f0ec5e9e4ea36c8c2
/
.
/
marvell
/
linux
/
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