mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-30 22:03:54 -06:00
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>
This commit is contained in:
parent
425f0b7adb
commit
560f421ae9
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue