mvme147.h (0a0fc0ddbe732779366ab6b1b879f62195e65967) | mvme147.h (65396410af63db90d6428c678ff84aa652c3c1ec) |
---|---|
1#ifndef MVME147_H 2 3/* $Id: mvme147.h,v 1.4 1997/01/19 23:07:10 davem Exp $ 4 * 5 * Header file for the MVME147 built-in SCSI controller for Linux 6 * 7 * Written and (C) 1993, Hamish Macdonald, see mvme147.c for more info 8 * 9 */ 10 11#include <linux/types.h> 12 13int mvme147_detect(struct scsi_host_template *); 14int mvme147_release(struct Scsi_Host *); | 1#ifndef MVME147_H 2 3/* $Id: mvme147.h,v 1.4 1997/01/19 23:07:10 davem Exp $ 4 * 5 * Header file for the MVME147 built-in SCSI controller for Linux 6 * 7 * Written and (C) 1993, Hamish Macdonald, see mvme147.c for more info 8 * 9 */ 10 11#include <linux/types.h> 12 13int mvme147_detect(struct scsi_host_template *); 14int mvme147_release(struct Scsi_Host *); |
15const char *wd33c93_info(void); 16int wd33c93_queuecommand(Scsi_Cmnd *, void (*done)(Scsi_Cmnd *)); 17int wd33c93_abort(Scsi_Cmnd *); 18int wd33c93_reset(Scsi_Cmnd *, unsigned int); | |
19 20#ifndef CMD_PER_LUN 21#define CMD_PER_LUN 2 22#endif 23 24#ifndef CAN_QUEUE 25#define CAN_QUEUE 16 26#endif 27 28#endif /* MVME147_H */ | 15 16#ifndef CMD_PER_LUN 17#define CMD_PER_LUN 2 18#endif 19 20#ifndef CAN_QUEUE 21#define CAN_QUEUE 16 22#endif 23 24#endif /* MVME147_H */ |