... file = filp_open("/proc/info", O_WRONLY, 0777); if(file){ //tmp is a global pointer to the struct I want to write proc_write = vfs_write(file, tmp, ...
確定! 回上一頁