summary refs log tree commit diff stats
path: root/include/hw/virtio/vhost-user-i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/virtio/vhost-user-i2c.h')
-rw-r--r--include/hw/virtio/vhost-user-i2c.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hw/virtio/vhost-user-i2c.h b/include/hw/virtio/vhost-user-i2c.h
index deae47a76d..d8372f3b43 100644
--- a/include/hw/virtio/vhost-user-i2c.h
+++ b/include/hw/virtio/vhost-user-i2c.h
@@ -25,4 +25,7 @@ struct VHostUserI2C {
     bool connected;
 };
 
+/* Virtio Feature bits */
+#define VIRTIO_I2C_F_ZERO_LENGTH_REQUEST		0
+
 #endif /* _QEMU_VHOST_USER_I2C_H */