摘要:
1、按键驱动程序的第一个版本:day07/04 //内核模块的基本要求 init.h module.h LICENSE struct cdev btn_cdev; btn_read(...) { //阻塞 等待队列 睡眠 //非阻塞 将数据拷贝到用户空间 } struct file_operatio 阅读全文
posted @ 2019-11-20 17:49
刘大侠GG_B
阅读(405)
评论(0)
推荐(0)