2020年12月11日
摘要: 1、另一种写法引入 前面学习编写字符设备驱动的时候都是使用register_chrdev函数注册字符设备驱动程序,该函数的原型如下: int register_chrdev(unsigned int major, const char *name, const struct file_operati 阅读全文
posted @ 2020-12-11 23:54 quinoa 阅读(814) 评论(0) 推荐(0)