diff options
Diffstat (limited to 'hw/scsi.h')
| -rw-r--r-- | hw/scsi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/scsi.h b/hw/scsi.h index af558c3a16..01c6655f60 100644 --- a/hw/scsi.h +++ b/hw/scsi.h @@ -197,4 +197,7 @@ void scsi_device_purge_requests(SCSIDevice *sdev, SCSISense sense); int scsi_device_get_sense(SCSIDevice *dev, uint8_t *buf, int len, bool fixed); SCSIDevice *scsi_device_find(SCSIBus *bus, int channel, int target, int lun); +/* scsi-generic.c. */ +extern const SCSIReqOps scsi_generic_req_ops; + #endif |