summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/scsi.h
diff options
context:
space:
mode:
authorMichael Brown2009-08-09 16:20:46 +0200
committerMichael Brown2009-08-10 20:29:40 +0200
commit976f12c50120637410f30c17f8fbfcd5a49ed8fd (patch)
tree5eb97a35b019f02defae361a6611deffc3413b76 /src/include/gpxe/scsi.h
parent[process] Make it safe to call process_add() multiple times (diff)
downloadipxe-976f12c50120637410f30c17f8fbfcd5a49ed8fd.tar.gz
ipxe-976f12c50120637410f30c17f8fbfcd5a49ed8fd.tar.xz
ipxe-976f12c50120637410f30c17f8fbfcd5a49ed8fd.zip
[scsi] Generalise iscsi_detached_command() to scsi_detached_command()
Diffstat (limited to 'src/include/gpxe/scsi.h')
-rw-r--r--src/include/gpxe/scsi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/scsi.h b/src/include/gpxe/scsi.h
index fbdde8dc..b8866234 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 */