blob: 981d0b7a85d4b6e56290624e15e73181300cf407 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/* $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) */