diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2013-07-07 21:03:37 -0400 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2013-07-08 21:17:45 -0400 |
commit | 62525a00b87cc967bce9779d63fcc84fb9199130 (patch) | |
tree | 148edbbeec48e48b04bfcfbab2fda3dbcf11ca38 | |
parent | e6dc0418bcb96e3cccb80571f35934ed72e9c99a (diff) |
virtio: VIRTIO_F_ANY_LAYOUT feature
Also known as the "no really, I read the spec" bit.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
-rw-r--r-- | include/uapi/linux/virtio_config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/virtio_config.h b/include/uapi/linux/virtio_config.h index b7cda390fd00..3ce768c6910d 100644 --- a/include/uapi/linux/virtio_config.h +++ b/include/uapi/linux/virtio_config.h | |||
@@ -51,4 +51,7 @@ | |||
51 | * suppressed them? */ | 51 | * suppressed them? */ |
52 | #define VIRTIO_F_NOTIFY_ON_EMPTY 24 | 52 | #define VIRTIO_F_NOTIFY_ON_EMPTY 24 |
53 | 53 | ||
54 | /* Can the device handle any descriptor layout? */ | ||
55 | #define VIRTIO_F_ANY_LAYOUT 27 | ||
56 | |||
54 | #endif /* _UAPI_LINUX_VIRTIO_CONFIG_H */ | 57 | #endif /* _UAPI_LINUX_VIRTIO_CONFIG_H */ |