diff options
author | Asias He | 2016-07-28 15:36:32 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2016-08-02 02:57:29 +0300 |
commit | 06a8fc78367d070720af960dcecec917d3ae5f3b (patch) | |
tree | cc25aed5bc98a494227f2d0ba34d7867fccfa1f9 /include/uapi/linux/Kbuild | |
parent | 6773b7dc39f165bd9d824b50ac52cbb3f87d53c8 (diff) |
VSOCK: Introduce virtio_vsock_common.ko
This module contains the common code and header files for the following
virtio_transporto and vhost_vsock kernel modules.
Signed-off-by: Asias He <asias@redhat.com>
Signed-off-by: Claudio Imbrenda <imbrenda@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/uapi/linux/Kbuild')
-rw-r--r-- | include/uapi/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index ec10cfef166a..3cf0116d9c2b 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild @@ -453,6 +453,7 @@ header-y += virtio_ring.h header-y += virtio_rng.h header-y += virtio_scsi.h header-y += virtio_types.h +header-y += virtio_vsock.h header-y += vm_sockets.h header-y += vt.h header-y += wait.h |