aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2020-03-05 13:12:47 +0100
committerDavid Gibson <david@gibson.dropbear.id.au>2020-03-17 15:08:50 +1100
commit560f421ae9ed0d7f5acf29b1f06bed8adb3a5b51 (patch)
tree88c0ec7cf1610fdfbc01226724ab29c4944ee7db /hw/scsi
parent425f0b7adb8773d6989abcf3cb19bf0bcab9e07e (diff)
downloadqemu-560f421ae9ed0d7f5acf29b1f06bed8adb3a5b51.zip
qemu-560f421ae9ed0d7f5acf29b1f06bed8adb3a5b51.tar.gz
qemu-560f421ae9ed0d7f5acf29b1f06bed8adb3a5b51.tar.bz2
hw/scsi/viosrp: Add missing 'hw/scsi/srp.h' include
This header use the srp_* structures declared in "hw/scsi/srp.h". Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20200305121253.19078-2-philmd@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw/scsi')
-rw-r--r--hw/scsi/viosrp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/scsi/viosrp.h b/hw/scsi/viosrp.h
index d8e365d..25676c2 100644
--- a/hw/scsi/viosrp.h
+++ b/hw/scsi/viosrp.h
@@ -34,6 +34,8 @@
#ifndef PPC_VIOSRP_H
#define PPC_VIOSRP_H
+#include "hw/scsi/srp.h"
+
#define SRP_VERSION "16.a"
#define SRP_MAX_IU_LEN 256
#define SRP_MAX_LOC_LEN 32