mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-11 22:37:04 +00:00
11 lines
128 B
C
11 lines
128 B
C
![]() |
#ifndef __ASM_S390_SUSPEND_H
|
||
|
#define __ASM_S390_SUSPEND_H
|
||
|
|
||
|
static inline int arch_prepare_suspend(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
#endif
|
||
|
|