diff options
Diffstat (limited to 'include/standard-headers/linux/virtio_gpu.h')
-rw-r--r-- | include/standard-headers/linux/virtio_gpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/standard-headers/linux/virtio_gpu.h b/include/standard-headers/linux/virtio_gpu.h index 76e5e52929..c1c8f0751d 100644 --- a/include/standard-headers/linux/virtio_gpu.h +++ b/include/standard-headers/linux/virtio_gpu.h @@ -40,7 +40,7 @@ #include "standard-headers/linux/types.h" -#define VIRTIO_GPU_FEATURE_VIRGL 0 +#define VIRTIO_GPU_F_VIRGL 0 enum virtio_gpu_ctrl_type { VIRTIO_GPU_UNDEFINED = 0, |