Commit e3e7994d authored by Michael S. Tsirkin's avatar Michael S. Tsirkin

virtio_caif: correct tags for config space fields

Tag config space fields as having virtio endian-ness.
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent e598960f
...@@ -11,9 +11,9 @@ ...@@ -11,9 +11,9 @@
#include <linux/types.h> #include <linux/types.h>
struct virtio_caif_transf_config { struct virtio_caif_transf_config {
u16 headroom; __virtio16 headroom;
u16 tailroom; __virtio16 tailroom;
u32 mtu; __virtio32 mtu;
u8 reserved[4]; u8 reserved[4];
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment