在编写FLOK6410板子的测试驱动程序时,
编写操作映射关系时用到 ioctl,但是编译出错,参考了自带的led驱动,S3C6410-LEDS.C之后
/**********************************
S3C6410-LEDS.C 部分程序
**********************************/
static struct file_operations dev_fops = {
.owner = THIS_MODULE,
.unlocked_ioctl = s3c6410_leds_ioctl,
}; |