aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/Kbuild
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2014-11-23 10:49:12 -0500
committerMichael S. Tsirkin <mst@redhat.com>2014-12-09 05:06:31 -0500
commitfba7f020e80d59a90d6135b0965cd488cc86f695 (patch)
treedb09e2130b2f5ce6b7ce9b893b23e2736489f283 /include/uapi/linux/Kbuild
parent106d81f58a5e7f41e857b8805e9d899e87d7a874 (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/Kbuild1
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
428header-y += virtio_pci.h 428header-y += virtio_pci.h
429header-y += virtio_ring.h 429header-y += virtio_ring.h
430header-y += virtio_rng.h 430header-y += virtio_rng.h
431header-y += virtio_scsi.h
431header-y += vm_sockets.h 432header-y += vm_sockets.h
432header-y += vt.h 433header-y += vt.h
433header-y += wait.h 434header-y += wait.h