Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / scsi / mvme147.h
blobd8903f09618284adb2c8b41bc779c3eff6df1316
1 #ifndef MVME147_H
3 /* $Id: mvme147.h,v 1.4 1997/01/19 23:07:10 davem Exp $
5 * Header file for the MVME147 built-in SCSI controller for Linux
7 * Written and (C) 1993, Hamish Macdonald, see mvme147.c for more info
9 */
11 #include <linux/types.h>
13 int mvme147_detect(Scsi_Host_Template *);
14 int mvme147_release(struct Scsi_Host *);
15 const char *wd33c93_info(void);
16 int wd33c93_queuecommand(Scsi_Cmnd *, void (*done)(Scsi_Cmnd *));
17 int wd33c93_abort(Scsi_Cmnd *);
18 int wd33c93_reset(Scsi_Cmnd *, unsigned int);
20 #ifndef CMD_PER_LUN
21 #define CMD_PER_LUN 2
22 #endif
24 #ifndef CAN_QUEUE
25 #define CAN_QUEUE 16
26 #endif
28 #endif /* MVME147_H */