From ec766865633be4a36803fa33ee518c4166cfc459 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 26 Nov 2009 15:34:01 +0100 Subject: scsi: add scsi_req_print() Handy for debugging. Signed-off-by: Gerd Hoffmann Signed-off-by: Anthony Liguori --- hw/scsi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/scsi.h') diff --git a/hw/scsi.h b/hw/scsi.h index 2fe8c12..8f0200d 100644 --- a/hw/scsi.h +++ b/hw/scsi.h @@ -107,6 +107,7 @@ SCSIRequest *scsi_req_find(SCSIDevice *d, uint32_t tag); void scsi_req_free(SCSIRequest *req); int scsi_req_parse(SCSIRequest *req, uint8_t *buf); +void scsi_req_print(SCSIRequest *req); void scsi_req_complete(SCSIRequest *req); #endif -- cgit v1.1