diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2015-05-22 15:37:33 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2015-06-10 11:02:00 +0200 |
commit | 53476e07d299b7fc33fa480db6bd9a6b1e2e8a97 (patch) | |
tree | f84860d1402a3ac865115ea603e9d97204aa1041 /include/standard-headers/linux/virtio_ids.h | |
parent | 220869e12d96bfb0b44d8e47394587c30e9a093f (diff) |
virtio: update headers, add virtio-gpu (2d)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include/standard-headers/linux/virtio_ids.h')
-rw-r--r-- | include/standard-headers/linux/virtio_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/standard-headers/linux/virtio_ids.h b/include/standard-headers/linux/virtio_ids.h index 5f60aa4be5..77925f587b 100644 --- a/include/standard-headers/linux/virtio_ids.h +++ b/include/standard-headers/linux/virtio_ids.h @@ -39,6 +39,7 @@ #define VIRTIO_ID_9P 9 /* 9p virtio console */ #define VIRTIO_ID_RPROC_SERIAL 11 /* virtio remoteproc serial link */ #define VIRTIO_ID_CAIF 12 /* Virtio caif */ +#define VIRTIO_ID_GPU 16 /* virtio GPU */ #define VIRTIO_ID_INPUT 18 /* virtio input */ #endif /* _LINUX_VIRTIO_IDS_H */ |