mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-01 10:42:11 +00:00
virtio_caif: correct tags for config space fields
Tag config space fields as having virtio endian-ness. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
e598960ff5
commit
e3e7994d53
@ -11,9 +11,9 @@
|
||||
|
||||
#include <linux/types.h>
|
||||
struct virtio_caif_transf_config {
|
||||
u16 headroom;
|
||||
u16 tailroom;
|
||||
u32 mtu;
|
||||
__virtio16 headroom;
|
||||
__virtio16 tailroom;
|
||||
__virtio32 mtu;
|
||||
u8 reserved[4];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user