diff options
Diffstat (limited to 'drivers/scsi/sgiwd93.h')
-rw-r--r-- | drivers/scsi/sgiwd93.h | 24 |
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 | |||
17 | int sgiwd93_detect(Scsi_Host_Template *); | ||
18 | int sgiwd93_release(struct Scsi_Host *instance); | ||
19 | const char *wd33c93_info(void); | ||
20 | int wd33c93_queuecommand(Scsi_Cmnd *, void (*done)(Scsi_Cmnd *)); | ||
21 | int wd33c93_abort(Scsi_Cmnd *); | ||
22 | int wd33c93_host_reset(Scsi_Cmnd * SCpnt); | ||
23 | |||
24 | #endif /* !(_SGIWD93_H) */ | ||