Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / scsi / mvme147.h
blobbfd4566ef05001e6e5f9c8d4e5b10bb0e4293202
1 #ifndef MVME147_H
3 /* $Id: mvme147.h,v 1.4 1997/01/19 23:07:10 davem Exp $
5 * Header file for the MVME147 built-in SCSI controller for Linux
7 * Written and (C) 1993, Hamish Macdonald, see mvme147.c for more info
9 */
11 #include <linux/types.h>
13 int mvme147_detect(struct scsi_host_template *);
14 int mvme147_release(struct Scsi_Host *);
16 #ifndef CMD_PER_LUN
17 #define CMD_PER_LUN 2
18 #endif
20 #ifndef CAN_QUEUE
21 #define CAN_QUEUE 16
22 #endif
24 #endif /* MVME147_H */