From 976f12c50120637410f30c17f8fbfcd5a49ed8fd Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 9 Aug 2009 15:20:46 +0100 Subject: [scsi] Generalise iscsi_detached_command() to scsi_detached_command() --- src/include/gpxe/scsi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') diff --git a/src/include/gpxe/scsi.h b/src/include/gpxe/scsi.h index fbdde8dcb..b8866234a 100644 --- a/src/include/gpxe/scsi.h +++ b/src/include/gpxe/scsi.h @@ -270,6 +270,8 @@ struct scsi_device { struct refcnt *backend; }; +extern int scsi_detached_command ( struct scsi_device *scsi, + struct scsi_command *command ); extern int init_scsidev ( struct scsi_device *scsi ); #endif /* _GPXE_SCSI_H */ -- cgit v1.2.3-55-g7522