0

这是我的设备驱动程序中 open 方法的原型:

static int myd_open(struct inode *inode, struct file *filp)

在我的示例代码中,设备使用参数“rw”打开,如下所示:

FILE* fd = fopen("/dev/dene","rw");

所以,在open方法上,我想决定开场白。换句话说,我想在“w”、“r”和“rw”模式上做不同的事情。

4

0 回答 0