摘要: struct file_operations { int (*seek) (struct inode * ,struct file *, off_t ,int); int (*read) (struct inode * ,struct file *, char ,int); int (*write) (struct inode * ,struct file *, off_t ,int); int ... 阅读全文
posted @ 2005-04-07 20:30 default.aspx 阅读(593) 评论(0) 推荐(0) 编辑
摘要: gcc -c module.c -I/usr/src/linux-2.4.20-8/include,就不会有版本提示的问题了 阅读全文
posted @ 2005-04-07 08:45 default.aspx 阅读(259) 评论(0) 推荐(0) 编辑