从内核代码访问设备文件

时间:2018-06-14 14:05:18

标签: c linux linux-kernel kernel linux-device-driver

尝试从内核代码访问设备文件 大家好,

  • 我正在尝试从内核代码访问设备文件(/ dev / file_name)。open the device file and read the data from device file.

  • 当我尝试打开设备文件时。

    fd = open(“/ dev / file_name”,O_RDWR);

我正在获取函数的隐式声明。我们可以从内核代码访问设备文件吗?

  • 如果是的话。我怎么才能访问?任何人都可以给我一个指针,我该如何解决这个问题?

  • 我们可以从内核代码调用系统调用吗?

0 个答案:

没有答案