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