aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/suspend.h
blob: c6efc3466aa6b84c4666cfec79ec319c38862804 (plain)
1
2
3
4
5
6
#ifndef __ASM_POWERPC_SUSPEND_H
#define __ASM_POWERPC_SUSPEND_H

static inline int arch_prepare_suspend(void) { return 0; }

#endif /* __ASM_POWERPC_SUSPEND_H */