ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / drivers / scsi / fd_mcs.h
1 /* fd_mcs.h -- Header for Future Domain MCS 600/700 (or IBM OEM) driver
2  * 
3  * fd_mcs.h v0.2 03/11/1998 ZP Gu (zpg@castle.net)
4  *
5
6  * This program is free software; you can redistribute it and/or modify it
7  * under the terms of the GNU General Public License as published by the
8  * Free Software Foundation; either version 2, or (at your option) any
9  * later version.
10
11  * This program is distributed in the hope that it will be useful, but
12  * WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * General Public License for more details.
15
16  * You should have received a copy of the GNU General Public License along
17  * with this program; if not, write to the Free Software Foundation, Inc.,
18  * 675 Mass Ave, Cambridge, MA 02139, USA.
19
20  */
21
22 #ifndef _FD_MCS_H
23 #define _FD_MCS_H
24
25 static int fd_mcs_detect(Scsi_Host_Template *);
26 static int fd_mcs_release(struct Scsi_Host *);
27 static int fd_mcs_command(Scsi_Cmnd *);
28 static int fd_mcs_abort(Scsi_Cmnd *);
29 static int fd_mcs_bus_reset(Scsi_Cmnd *);
30 static int fd_mcs_device_reset(Scsi_Cmnd *);
31 static int fd_mcs_host_reset(Scsi_Cmnd *);
32 static int fd_mcs_queue(Scsi_Cmnd *, void (*done) (Scsi_Cmnd *));
33 static int fd_mcs_biosparam(struct scsi_device *, struct block_device *,
34                             sector_t, int *);
35 static const char *fd_mcs_info(struct Scsi_Host *);
36
37 #endif                          /* _FD_MCS_H */