diff options
author | James Bottomley <jejb@titanic.(none)> | 2005-11-04 23:29:52 -0500 |
---|---|---|
committer | James Bottomley <jejb@titanic.(none)> | 2005-11-04 23:29:52 -0500 |
commit | 849a8924a6740ecbf9711e015beca69425f0c429 (patch) | |
tree | 2bae44c5fb170a655696b7253eec7ee13c6fa437 /drivers/scsi/cpqfcTS.h | |
parent | 7015faa7df829876a0f931cd18aa6d7c24a1b581 (diff) | |
parent | ee807c2d43b54183c16580857837dae8ccb2ed22 (diff) |
Merge by Hand
Conflicts in dec_esp.c (Thanks Bacchus), scsi_transport_iscsi.c and
scsi_transport_fc.h
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/cpqfcTS.h')
-rw-r--r-- | drivers/scsi/cpqfcTS.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/scsi/cpqfcTS.h b/drivers/scsi/cpqfcTS.h deleted file mode 100644 index 7ce53d88cb96..000000000000 --- a/drivers/scsi/cpqfcTS.h +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | #ifndef CPQFCTS_H | ||
2 | #define CPQFCTS_H | ||
3 | #include "cpqfcTSstructs.h" | ||
4 | |||
5 | // These functions are required by the Linux SCSI layers | ||
6 | extern int cpqfcTS_detect(Scsi_Host_Template *); | ||
7 | extern int cpqfcTS_release(struct Scsi_Host *); | ||
8 | extern const char * cpqfcTS_info(struct Scsi_Host *); | ||
9 | extern int cpqfcTS_proc_info(struct Scsi_Host *, char *, char **, off_t, int, int); | ||
10 | extern int cpqfcTS_queuecommand(Scsi_Cmnd *, void (* done)(Scsi_Cmnd *)); | ||
11 | extern int cpqfcTS_abort(Scsi_Cmnd *); | ||
12 | extern int cpqfcTS_reset(Scsi_Cmnd *, unsigned int); | ||
13 | extern int cpqfcTS_eh_abort(Scsi_Cmnd *Cmnd); | ||
14 | extern int cpqfcTS_eh_device_reset(Scsi_Cmnd *); | ||
15 | extern int cpqfcTS_biosparam(struct scsi_device *, struct block_device *, | ||
16 | sector_t, int[]); | ||
17 | extern int cpqfcTS_ioctl( Scsi_Device *ScsiDev, int Cmnd, void *arg); | ||
18 | |||
19 | #endif /* CPQFCTS_H */ | ||