aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/virtio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/virtio.h b/include/linux/virtio.h
index b46671e28de2..3c19bd3189cb 100644
--- a/include/linux/virtio.h
+++ b/include/linux/virtio.h
@@ -108,6 +108,8 @@ void unregister_virtio_device(struct virtio_device *dev);
108 108
109void virtio_break_device(struct virtio_device *dev); 109void virtio_break_device(struct virtio_device *dev);
110 110
111void virtio_config_changed(struct virtio_device *dev);
112
111/** 113/**
112 * virtio_driver - operations for a virtio I/O driver 114 * virtio_driver - operations for a virtio I/O driver
113 * @driver: underlying device driver (populate name and owner). 115 * @driver: underlying device driver (populate name and owner).