摘要: #include <linux/kernel.h> #include <linux/module.h> #include <linux/cdev.h> #include <linux/fs.h> #define HELLO_MAJOR 250 #define HELLO_MINOR 0 #defin 阅读全文
posted @ 2023-04-15 10:07 不是不想赢而是看淡了 阅读(33) 评论(0) 推荐(0)