gvp11.h (0a0fc0ddbe732779366ab6b1b879f62195e65967) | gvp11.h (65396410af63db90d6428c678ff84aa652c3c1ec) |
---|---|
1#ifndef GVP11_H 2 3/* $Id: gvp11.h,v 1.4 1997/01/19 23:07:12 davem Exp $ 4 * 5 * Header file for the GVP Series II SCSI controller for Linux 6 * 7 * Written and (C) 1993, Ralf Baechle, see gvp11.c for more info 8 * based on a2091.h (C) 1993 by Hamish Macdonald 9 * 10 */ 11 12#include <linux/types.h> 13 14int gvp11_detect(struct scsi_host_template *); 15int gvp11_release(struct Scsi_Host *); | 1#ifndef GVP11_H 2 3/* $Id: gvp11.h,v 1.4 1997/01/19 23:07:12 davem Exp $ 4 * 5 * Header file for the GVP Series II SCSI controller for Linux 6 * 7 * Written and (C) 1993, Ralf Baechle, see gvp11.c for more info 8 * based on a2091.h (C) 1993 by Hamish Macdonald 9 * 10 */ 11 12#include <linux/types.h> 13 14int gvp11_detect(struct scsi_host_template *); 15int gvp11_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 --- 36 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 --- 36 unchanged lines hidden --- |