diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2017-02-27 13:45:39 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2017-02-28 16:18:49 +0000 |
| commit | 3a5eb5b4a929397d8678df9415c14c691c5ba969 (patch) | |
| tree | b75117809c643ce268dcec1cdbab1bdc2c155c02 /include/standard-headers/linux/virtio_ids.h | |
| parent | f717e6245fb0e33751d3da51c55f71ecabd51ae1 (diff) | |
| download | focaccia-qemu-3a5eb5b4a929397d8678df9415c14c691c5ba969.tar.gz focaccia-qemu-3a5eb5b4a929397d8678df9415c14c691c5ba969.zip | |
update Linux headers to 4.11
virtio_mmio.h would be deleted; I am leaving it in though it was a mistake to add it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
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 fe74e422d4..6d5c3b2d4f 100644 --- a/include/standard-headers/linux/virtio_ids.h +++ b/include/standard-headers/linux/virtio_ids.h @@ -43,4 +43,5 @@ #define VIRTIO_ID_INPUT 18 /* virtio input */ #define VIRTIO_ID_VSOCK 19 /* virtio vsock transport */ #define VIRTIO_ID_CRYPTO 20 /* virtio crypto */ + #endif /* _LINUX_VIRTIO_IDS_H */ |