a3000.h (8a84fc15ae5cafcc366dd85cf8e1ab2040679abc) | a3000.h (9387edbe6045f0bde88f0f0ace51e0ead8a318fe) |
---|---|
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 | 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 *); 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 24 --- 51 unchanged lines hidden --- | 14#ifndef CMD_PER_LUN 15#define CMD_PER_LUN 2 16#endif 17 18#ifndef CAN_QUEUE 19#define CAN_QUEUE 16 20#endif 21 --- 51 unchanged lines hidden --- |