mm, oom: do not schedule if current has been killed
[deliverable/linux.git] / include / linux / virtio.h
index 8efd28ae5597e6d80e0a5c4659b1de53424fb059..a1ba8bbd9fbeb70e94b8890203a03bff17501657 100644 (file)
@@ -92,6 +92,7 @@ struct virtio_driver {
        const unsigned int *feature_table;
        unsigned int feature_table_size;
        int (*probe)(struct virtio_device *dev);
+       void (*scan)(struct virtio_device *dev);
        void (*remove)(struct virtio_device *dev);
        void (*config_changed)(struct virtio_device *dev);
 #ifdef CONFIG_PM
This page took 0.025697 seconds and 5 git commands to generate.