[scsi] Generalise iscsi_detached_command() to scsi_detached_command()

This commit is contained in:
Michael Brown
2009-08-09 15:20:46 +01:00
parent 04878ef745
commit 976f12c501
3 changed files with 15 additions and 6 deletions

View File

@@ -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 */