mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-09 09:16:38 +07: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 */
|