blob: bfd4566ef05001e6e5f9c8d4e5b10bb0e4293202 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#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
Christoph Hellwigd0be4a7d2005-10-31 18:31:40 +010013int mvme147_detect(struct scsi_host_template *);
Linus Torvalds1da177e2005-04-16 15:20:36 -070014int mvme147_release(struct Scsi_Host *);
Linus Torvalds1da177e2005-04-16 15:20:36 -070015
16#ifndef CMD_PER_LUN
Geert Uytterhoevenbe4540d2010-04-04 11:00:34 +020017#define CMD_PER_LUN 2
Linus Torvalds1da177e2005-04-16 15:20:36 -070018#endif
19
20#ifndef CAN_QUEUE
Geert Uytterhoevenbe4540d2010-04-04 11:00:34 +020021#define CAN_QUEUE 16
Linus Torvalds1da177e2005-04-16 15:20:36 -070022#endif
23
24#endif /* MVME147_H */