$ 0 0 Author: ihavnoth Forum: 하드웨어 게시판 Date: 2014-07-20 include/os/rt_linux.htypedef struct _OS_FS_INFO_{#if LINUX_VERSION_CODE < KERNEL_VERSION(3,5,0) int fsuid; int fsgid;#else kuid_t fsuid; kgid_t fsgid;#endif mm_segment_t fs; } OS_FS_INFO;