Kernel  |  3.10

下载     查看原文件
C++程序  |  6行  |  92 B
#ifdef CONFIG_X86_32
# include <asm/suspend_32.h>
#else
# include <asm/suspend_64.h>
#endif