Gitiles
Code Review
Sign In
192.168.1.100
/
T800
/
c01098a24e9870f393e4a31911161e20f5b6a58c
/
.
/
src
/
kernel
/
linux
/
v4.19
/
arch
/
arm
/
mach-tango
/
pm.h
blob: 35ea705a0ee23370948a21029214b43fc4584959 [
file
] [
log
] [
blame
]
xj
b04a402
2021-11-25 15:01:52 +0800
[
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