Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
523c132fd6961417392fa06114a17a107efef379
/
.
/
arch
/
arm
/
mach-tango
/
pm.h
blob: 35ea705a0ee23370948a21029214b43fc4584959 [
file
] [
log
] [
blame
]
Marc Gonzalez
d0f9f16
2019-01-16 16:49:58 +0100
[
diff
] [
blame
]
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
#ifdef
CONFIG_SUSPEND
4
void
__init tango_pm_init
(
void
);
5
#else
6
#define
tango_pm_init NULL
7
#endif