Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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) */ |