How can I use the IOCTL number in the user space?
As we know,I can get an unique ioctl number in kernel space using the macros defined as following:
#define MYDRIVER_IOC_MAGIC 'g'
#define MYDRIVER_IOC_OP2 _IO(MYDRIVER_IOC_MAGIC,0)
but,how can I use the MYDRIVER_IOC_OP2 in user space as the commands pass to ioctl()?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
get it !
你一个人就是一台戏阿
楼上的说的是啊,发帖前先想想吧!
不就是个宏定义么。。。
Sorry,I have to admit that I am not a smart man.but I will do my best to study the things
what I like.
thanks all.