- 博客(1)
- 收藏
- 关注
原创 linux 设备驱动程序 hello模块
#include <linux/init.h> #include <linux/module.h> MODULE_LICENSE("Dual BSD/GPL"); static int howmany = 1; static char *whom = "world"; module_param(howmany, int, S_IRUGO); module_param(who...
2020-02-24 21:37:42
150
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人