Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
f466dba1832f05006cf6caa9be41fb98d11cb848
/
.
/
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