From e4082063e47e9731dbeb1c26174c17f6038f577f Mon Sep 17 00:00:00 2001 From: Alex Williamson Date: Fri, 13 May 2022 08:20:08 -0600 Subject: linux-headers: Update to v5.18-rc6 Update to c5eb0a61238d ("Linux 5.18-rc6"). Mechanical search and replace of vfio defines with white space massaging. Signed-off-by: Alex Williamson --- include/standard-headers/linux/virtio_config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/standard-headers/linux/virtio_config.h') diff --git a/include/standard-headers/linux/virtio_config.h b/include/standard-headers/linux/virtio_config.h index 22e3a85f67..7acd8d4abc 100644 --- a/include/standard-headers/linux/virtio_config.h +++ b/include/standard-headers/linux/virtio_config.h @@ -80,6 +80,12 @@ /* This feature indicates support for the packed virtqueue layout. */ #define VIRTIO_F_RING_PACKED 34 +/* + * Inorder feature indicates that all buffers are used by the device + * in the same order in which they have been made available. + */ +#define VIRTIO_F_IN_ORDER 35 + /* * This feature indicates that memory accesses by the driver and the * device are ordered in a way described by the platform. -- cgit v1.2.3-55-g7522