- 博客(2)
- 收藏
- 关注
原创 自动创建设备节点
1、自动创建设备节点 //这是函数所需得头文件 #include <linux/device.h> struct class *cls; //创建class结构体 cls = class_create(owner, name) 功能:向用户空间提交目录信息 参数: @owner :THIS_MODULE @name :目录名字 返回值:成功返回struct class *指针 失败返...
2019-09-04 19:47:56 185
原创 怎么创建字符设备驱动函数详解和程序
怎么创建字符设备驱动 【1】 字符设备驱动(register_chrdev) struct cdev { struct module *owner; //THIS_MODULE const struct file_operations *ops; //操作方法结构体 dev_t dev; //设备号 32 12|20 2^32=4G unsigned i...
2019-09-04 19:17:21 267
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人