blob: f75ff58ddcd0104a01831e0ae418f16c3db3fb2a [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#ifndef MVME147_H
3
4/* $Id: mvme147.h,v 1.4 1997/01/19 23:07:10 davem Exp $
5 *
6 * Header file for the MVME147 built-in SCSI controller for Linux
7 *
8 * Written and (C) 1993, Hamish Macdonald, see mvme147.c for more info
9 *
10 */
11
12#include <linux/types.h>
13
Christoph Hellwigd0be4a7d2005-10-31 18:31:40 +010014int mvme147_detect(struct scsi_host_template *);
Linus Torvalds1da177e2005-04-16 15:20:36 -070015int mvme147_release(struct Scsi_Host *);
Linus Torvalds1da177e2005-04-16 15:20:36 -070016
17#ifndef CMD_PER_LUN
Geert Uytterhoevenbe4540d2010-04-04 11:00:34 +020018#define CMD_PER_LUN 2
Linus Torvalds1da177e2005-04-16 15:20:36 -070019#endif
20
21#ifndef CAN_QUEUE
Geert Uytterhoevenbe4540d2010-04-04 11:00:34 +020022#define CAN_QUEUE 16
Linus Torvalds1da177e2005-04-16 15:20:36 -070023#endif
24
25#endif /* MVME147_H */