How can I use the IOCTL number in the user space?

发布于 2022-09-18 18:32:39 字数 342 浏览 12 评论 0

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

冰雪梦之恋 2022-09-25 18:32:39

get it !

念﹏祤嫣 2022-09-25 18:32:39

你一个人就是一台戏阿

浅听莫相离 2022-09-25 18:32:39

楼上的说的是啊,发帖前先想想吧!

柏拉图鍀咏恒 2022-09-25 18:32:39

不就是个宏定义么。。。

最终幸福 2022-09-25 18:32:39

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文