Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62525a00 authored by Rusty Russell's avatar Rusty Russell
Browse files

virtio: VIRTIO_F_ANY_LAYOUT feature



Also known as the "no really, I read the spec" bit.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent e6dc0418
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -51,4 +51,7 @@
 * suppressed them? */
 * suppressed them? */
#define VIRTIO_F_NOTIFY_ON_EMPTY	24
#define VIRTIO_F_NOTIFY_ON_EMPTY	24


/* Can the device handle any descriptor layout? */
#define VIRTIO_F_ANY_LAYOUT		27

#endif /* _UAPI_LINUX_VIRTIO_CONFIG_H */
#endif /* _UAPI_LINUX_VIRTIO_CONFIG_H */