commit | b8a95e21865efd16bf821333d34e005b8f0a8d3a | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Wed Oct 02 18:29:20 2019 -0700 |
committer | Christopher Ferris <cferris@google.com> | Thu Oct 03 10:59:32 2019 -0700 |
tree | d6a9a56d4499b2e01ebea72bf920f828a6c740c1 | |
parent | b29454794c48faed61987df172993855201343e6 [diff] [blame] |
Update to kernel headers v5.3.2. Test: Builds and run unit tests on taimen/cuttlefish. Change-Id: I6ebd8f179d159ac974555e8edca588083e8081b3
diff --git a/libc/kernel/uapi/linux/virtio_ids.h b/libc/kernel/uapi/linux/virtio_ids.h index 010d819..f7e1392 100644 --- a/libc/kernel/uapi/linux/virtio_ids.h +++ b/libc/kernel/uapi/linux/virtio_ids.h
@@ -32,4 +32,6 @@ #define VIRTIO_ID_INPUT 18 #define VIRTIO_ID_VSOCK 19 #define VIRTIO_ID_CRYPTO 20 +#define VIRTIO_ID_IOMMU 23 +#define VIRTIO_ID_PMEM 27 #endif