Sign in
googlers
/
maze
/
linux
/
84b79f8d2882b0a84330c04839ed4d3cefd2ff77
/
.
/
arch
/
powerpc
/
include
/
asm
/
suspend.h
blob: c6efc3466aa6b84c4666cfec79ec319c38862804 [
file
] [
log
] [
blame
]
#ifndef
__ASM_POWERPC_SUSPEND_H
#define
__ASM_POWERPC_SUSPEND_H
static
inline
int
arch_prepare_suspend
(
void
)
{
return
0
;
}
#endif
/* __ASM_POWERPC_SUSPEND_H */