From 1b67738c6523ea93cf6f347f3edda8271115f0d0 Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Wed, 16 Aug 2017 17:15:19 -0700 Subject: [PATCH] vhost: move linux virtio headers to include/ These headers are needed on systems that have old kernels without virtio_scsi.h and virtio_types.h. Move them out of the vhost directory and into include so that they can be used by an upcoming virtio-scsi initiator bdev module. Signed-off-by: Jim Harris Change-Id: Ie6614b8845568729a38665c4c1a366b97978e315 Reviewed-on: https://review.gerrithub.io/374548 Tested-by: SPDK Automated Test System Reviewed-by: Daniel Verkamp Reviewed-by: Ben Walker --- {lib/vhost => include}/linux/virtio_scsi.h | 0 {lib/vhost => include}/linux/virtio_types.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {lib/vhost => include}/linux/virtio_scsi.h (100%) rename {lib/vhost => include}/linux/virtio_types.h (100%) diff --git a/lib/vhost/linux/virtio_scsi.h b/include/linux/virtio_scsi.h similarity index 100% rename from lib/vhost/linux/virtio_scsi.h rename to include/linux/virtio_scsi.h diff --git a/lib/vhost/linux/virtio_types.h b/include/linux/virtio_types.h similarity index 100% rename from lib/vhost/linux/virtio_types.h rename to include/linux/virtio_types.h