Sign in
googlers
/
maze
/
linux
/
c14c643b3d91cc741425c058968672228c310927
/
.
/
arch
/
s390
/
include
/
asm
/
suspend.h
blob: dc75c616eafede00cb056167ecbbd8df18933362 [
file
] [
log
] [
blame
]
Hans-Joachim Picht
155af2f
2009-06-16 10:30:52 +0200
[
diff
] [
blame
]
1
#ifndef
__ASM_S390_SUSPEND_H
2
#define
__ASM_S390_SUSPEND_H
3
4
static
inline
int
arch_prepare_suspend
(
void
)
5
{
6
return
0
;
7
}
8
9
#endif
10