mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 19:45:08 +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 */
|