powerpc/mm/slice: create header files dedicated to slices
[linux-2.6/btrfs-unstable.git] / drivers / scsi / mvme147.h
blobf75ff58ddcd0104a01831e0ae418f16c3db3fb2a
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef MVME147_H
4 /* $Id: mvme147.h,v 1.4 1997/01/19 23:07:10 davem Exp $
6 * Header file for the MVME147 built-in SCSI controller for Linux
8 * Written and (C) 1993, Hamish Macdonald, see mvme147.c for more info
12 #include <linux/types.h>
14 int mvme147_detect(struct scsi_host_template *);
15 int mvme147_release(struct Scsi_Host *);
17 #ifndef CMD_PER_LUN
18 #define CMD_PER_LUN 2
19 #endif
21 #ifndef CAN_QUEUE
22 #define CAN_QUEUE 16
23 #endif
25 #endif /* MVME147_H */