repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-tango
/
pm.h
blob
35ea705a0ee23370948a21029214b43fc4584959
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