aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sgiwd93.h
diff options
context:
space:
mode:
authorJames Bottomley <jejb@titanic.(none)>2005-11-04 23:29:52 -0500
committerJames Bottomley <jejb@titanic.(none)>2005-11-04 23:29:52 -0500
commit849a8924a6740ecbf9711e015beca69425f0c429 (patch)
tree2bae44c5fb170a655696b7253eec7ee13c6fa437 /drivers/scsi/sgiwd93.h
parent7015faa7df829876a0f931cd18aa6d7c24a1b581 (diff)
parentee807c2d43b54183c16580857837dae8ccb2ed22 (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/sgiwd93.h')
-rw-r--r--drivers/scsi/sgiwd93.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/drivers/scsi/sgiwd93.h b/drivers/scsi/sgiwd93.h
deleted file mode 100644
index 981d0b7a85d4..000000000000
--- a/drivers/scsi/sgiwd93.h
+++ /dev/null
@@ -1,24 +0,0 @@
1/* $Id: sgiwd93.h,v 1.5 1998/08/25 09:18:50 ralf Exp $
2 * sgiwd93.h: SGI WD93 scsi definitions.
3 *
4 * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
5 */
6#ifndef _SGIWD93_H
7#define _SGIWD93_H
8
9#ifndef CMD_PER_LUN
10#define CMD_PER_LUN 8
11#endif
12
13#ifndef CAN_QUEUE
14#define CAN_QUEUE 16
15#endif
16
17int sgiwd93_detect(Scsi_Host_Template *);
18int sgiwd93_release(struct Scsi_Host *instance);
19const char *wd33c93_info(void);
20int wd33c93_queuecommand(Scsi_Cmnd *, void (*done)(Scsi_Cmnd *));
21int wd33c93_abort(Scsi_Cmnd *);
22int wd33c93_host_reset(Scsi_Cmnd * SCpnt);
23
24#endif /* !(_SGIWD93_H) */