Kernel  |  2.6.39

下载     查看原文件
C++程序  |  11行  |  128 B
#ifndef __ASM_S390_SUSPEND_H
#define __ASM_S390_SUSPEND_H

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

#endif