摘要: 实验内核版本3.0.8 一个简单的kset测试代码 #include <linux/kernel.h>#include <linux/module.h>#include <linux/init.h>#include <linux/kobject.h> MODULE_LICENSE("Dual BSD/GPL"); /* * struct kset { * struct subsystem ... 阅读全文
posted @ 2012-05-28 16:26 sky-zhang 阅读(790) 评论(0) 推荐(0)