
复制static struct file_operations apm_bios_fops = { .owner = THIS_MODULE,注册
.read = apm_read, .poll = apm_poll, .ioctl = apm_ioctl, .open = apm_open, .release = apm_release, }; static struct miscdevice apm_device = { .minor = APM_MINOR_DEV, .name = "apm_bios", .fops = &apm_bios_fops }; 1.2.3.4.5.6.7.8.9.10.11.12.13.
(责任编辑:域名)