diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2014-11-23 17:49:12 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2014-12-09 12:06:31 +0200 |
commit | fba7f020e80d59a90d6135b0965cd488cc86f695 (patch) | |
tree | db09e2130b2f5ce6b7ce9b893b23e2736489f283 /include/uapi/linux/Kbuild | |
parent | 106d81f58a5e7f41e857b8805e9d899e87d7a874 (diff) | |
download | op-kernel-dev-fba7f020e80d59a90d6135b0965cd488cc86f695.zip op-kernel-dev-fba7f020e80d59a90d6135b0965cd488cc86f695.tar.gz |
virtio_scsi: export to userspace
Replace uXX by __uXX and _packed by __attribute((packed))
as seems to be the norm for userspace headers.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@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 615f96a..2e8fd10 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild @@ -428,6 +428,7 @@ header-y += virtio_net.h header-y += virtio_pci.h header-y += virtio_ring.h header-y += virtio_rng.h +header-y += virtio_scsi.h header-y += vm_sockets.h header-y += vt.h header-y += wait.h |