Kernel  |  4.4

下载     查看原文件
C++程序  |  8行  |  115 B
#ifndef __KERNEL__
# ifdef __SH5__
#  include <asm/unistd_64.h>
# else
#  include <asm/unistd_32.h>
# endif
#endif