diff options
Diffstat (limited to 'drivers/vhost/vhost.h')
-rw-r--r-- | drivers/vhost/vhost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/vhost/vhost.h b/drivers/vhost/vhost.h index 1125af3d27d1..2de4ce2fec40 100644 --- a/drivers/vhost/vhost.h +++ b/drivers/vhost/vhost.h | |||
@@ -191,7 +191,7 @@ bool vhost_enable_notify(struct vhost_dev *, struct vhost_virtqueue *); | |||
191 | 191 | ||
192 | int vhost_log_write(struct vhost_virtqueue *vq, struct vhost_log *log, | 192 | int vhost_log_write(struct vhost_virtqueue *vq, struct vhost_log *log, |
193 | unsigned int log_num, u64 len); | 193 | unsigned int log_num, u64 len); |
194 | void vhost_zerocopy_callback(struct ubuf_info *); | 194 | void vhost_zerocopy_callback(struct ubuf_info *, bool); |
195 | int vhost_zerocopy_signal_used(struct vhost_virtqueue *vq); | 195 | int vhost_zerocopy_signal_used(struct vhost_virtqueue *vq); |
196 | 196 | ||
197 | #define vq_err(vq, fmt, ...) do { \ | 197 | #define vq_err(vq, fmt, ...) do { \ |