diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2014-11-23 10:49:12 -0500 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2014-12-09 05:06:31 -0500 |
commit | fba7f020e80d59a90d6135b0965cd488cc86f695 (patch) | |
tree | db09e2130b2f5ce6b7ce9b893b23e2736489f283 /include/uapi/linux/Kbuild | |
parent | 106d81f58a5e7f41e857b8805e9d899e87d7a874 (diff) |
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 615f96a6022a..2e8fd10f0299 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild | |||
@@ -428,6 +428,7 @@ header-y += virtio_net.h | |||
428 | header-y += virtio_pci.h | 428 | header-y += virtio_pci.h |
429 | header-y += virtio_ring.h | 429 | header-y += virtio_ring.h |
430 | header-y += virtio_rng.h | 430 | header-y += virtio_rng.h |
431 | header-y += virtio_scsi.h | ||
431 | header-y += vm_sockets.h | 432 | header-y += vm_sockets.h |
432 | header-y += vt.h | 433 | header-y += vt.h |
433 | header-y += wait.h | 434 | header-y += wait.h |