|
@@ -167,6 +167,7 @@ struct virtio_driver {
|
|
|
unsigned int feature_table_size;
|
|
|
const unsigned int *feature_table_legacy;
|
|
|
unsigned int feature_table_size_legacy;
|
|
|
+ int (*validate)(struct virtio_device *dev);
|
|
|
int (*probe)(struct virtio_device *dev);
|
|
|
void (*scan)(struct virtio_device *dev);
|
|
|
void (*remove)(struct virtio_device *dev);
|