MOXA linux-2.6.x / linux-2.6.9-uc0 from sdlinux-moxaart.tgz
[linux-2.6.9-moxart.git] / drivers / scsi / fd_mcs.h
blob011a7878a2017ab28bc55acb4463c54925672fc3
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)
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.
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.
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.
22 #ifndef _FD_MCS_H
23 #define _FD_MCS_H
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 *);
37 #endif /* _FD_MCS_H */