会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
hostid
博客园
首页
管理
2019年11月19日
iotctl
摘要: //linux内核层提供了构造ioctl命令的宏 include _IO(type,nr)(给没有参数的命令), _IOR(type, nre, datatype)(给从驱动中读数据的), _IOW(type,nr,datatype)(给写数据), _IOWR(type,nr,datatype)(给
阅读全文
posted @ 2019-11-19 15:07 hostid
阅读(297)
评论(0)
推荐(0)
公告