diff options
Diffstat (limited to 'include/uapi/linux')
| -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 3ce768c6910d..80e7381e3f1f 100644 --- a/include/uapi/linux/virtio_config.h +++ b/include/uapi/linux/virtio_config.h | |||
| @@ -54,4 +54,7 @@ | |||
| 54 | /* Can the device handle any descriptor layout? */ | 54 | /* Can the device handle any descriptor layout? */ |
| 55 | #define VIRTIO_F_ANY_LAYOUT 27 | 55 | #define VIRTIO_F_ANY_LAYOUT 27 |
| 56 | 56 | ||
| 57 | /* v1.0 compliant. */ | ||
| 58 | #define VIRTIO_F_VERSION_1 32 | ||
| 59 | |||
| 57 | #endif /* _UAPI_LINUX_VIRTIO_CONFIG_H */ | 60 | #endif /* _UAPI_LINUX_VIRTIO_CONFIG_H */ |
