mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-10 14:43:54 +08:00
7 lines
162 B
C
7 lines
162 B
C
|
#ifndef __ASM_POWERPC_SUSPEND_H
|
||
|
#define __ASM_POWERPC_SUSPEND_H
|
||
|
|
||
|
static inline int arch_prepare_suspend(void) { return 0; }
|
||
|
|
||
|
#endif /* __ASM_POWERPC_SUSPEND_H */
|